|
When I try to sync db with python manage.py syncdb I always get stack trace with
Any suggestions ? python2.5
showing 5 of 7
show 2 more comments
|
|
When I try to sync db with python manage.py syncdb I always get stack trace with
Any suggestions ? python2.5
showing 5 of 7
show 2 more comments
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 23 Jun '10, 15:37
Seen: 751 times
Last updated: 23 Jun '11, 12:07
Fixed with reinstallation.
Another problem
Do you happen to know your django version?
I do not know where was the problem, but I simply changed from wsgi to mod_python and everything works ok for now.
That's odd, because the syncdb process has nothing to do with the apache handler you're using. But is nice that you managed to solve your problem.
I have the exact same problem "TypeError: 'class Meta' got invalid attribute(s): proxy". My python-version is 2.5.2 and django 1.0 (which i did set in settings_locale.py)
Can you update your django version? We officially don't support django 1.0 anymore, since it's a bit outdated and featureless, and it's already in version 1.2.1
i have the same thing using python2.6