When attempting to run 'syncdb' I receive this error:
I've tried many legal time_zone attributes, but none work. I've found this post through Google, of another individual having the exact same issue. Like this person, this is also my second Django instance on mod_python with postgres. The advice given was to 'change the wsgi' to resolve the issue, but I'm not sure exactly what that entails. Help is greatly appreciated. Thanks. asked 10 Jan '11, 13:55 pythondjango |
Our official documentation on migration from mod_python to mod_wsgi may be found here,
answered 10 Jan '11, 16:27 johns |