Re: new user having trouble connecting django to postgres with psycopg2

2011-01-08 Thread Jeff Tchang
Can you try logging into the database and running: SELECT * FROM pg_timezone_names; Maybe try picking something from that list? -Jeff On Sat, Jan 8, 2011 at 8:19 PM, Mark Brazil wrote: > Same error > > Traceback (most recent call last): >   File "manage.py", line 11, in >     execute_manager(

Re: new user having trouble connecting django to postgres with psycopg2

2011-01-08 Thread Mark Brazil
Same error Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py", line 438, in execute_manager utility.execute() File "/usr/lib/pymodules/python2.6/django/core/management

Re: new user having trouble connecting django to postgres with psycopg2

2011-01-06 Thread Subhranath Chunder
I guess you'll have to set it to 'Australia/ACT Australia/Canberra Australia/NSW Australia/Sydney' in your settings.py instead. Thanks, Subhranath Chunder. On Fri, Jan 7, 2011 at 6:22 AM, Mark Brazil wrote: > hi, > > I've been trying to find the answer to this for a bit, but haven't > found an

new user having trouble connecting django to postgres with psycopg2

2011-01-06 Thread Mark Brazil
hi, I've been trying to find the answer to this for a bit, but haven't found anything suitable. I have postgresql 9.01, django 1.2.3 psycopg2 on ubuntu10.10 When I try to use syncdb i get an error as follows "psycopg2.DataError: unrecognized time zone name" I currently have my settings.py set