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(
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
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
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
4 matches
Mail list logo