﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14966	ValueError: Incorrect timezone setting: Amsterdam/Netherlands	duikboot	nobody	"After doing a buildout which fetched the svn version django and running ./bin/django syncdb. I got the following error:

./bin/django syncdb
Traceback (most recent call last):
  File ""./bin/django"", line 24, in <module>
    djangorecipe.manage.main('LoopProject.development')
  File ""/home/arjend/scripts/own/Karin_django/eggs/djangorecipe-0.20-py2.6.egg/djangorecipe/manage.py"", line 16, in main
    management.execute_manager(mod)
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/core/management/__init__.py"", line 438, in execute_manager
    utility.execute()
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/core/management/__init__.py"", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/core/management/__init__.py"", line 252, in fetch_command
    app_name = get_commands()[subcommand]
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/core/management/__init__.py"", line 101, in get_commands
    apps = settings.INSTALLED_APPS
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/utils/functional.py"", line 276, in __getattr__
    self._setup()
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/conf/__init__.py"", line 41, in _setup
    self._wrapped = Settings(settings_module)
  File ""/home/arjend/scripts/own/Karin_django/parts/django/django/conf/__init__.py"", line 112, in __init__
    raise ValueError(""Incorrect timezone setting: %s"" % self.TIME_ZONE)
ValueError: Incorrect timezone setting: Amsterdam/Netherlands

In settings.py:
TIME_ZONE = 'Amsterdam/Netherlands'

"		closed	Core (Management commands)	dev		invalid			Unreviewed	0	0	0	0	0	0
