python - While trying to set up Django on Windows: AttributeError: 'Settings' object has no attribute 'DATABASES' -
i'm following these instructions in order set django on windows. have installed python 2.6, postgresql 8.4, psycopg 2.0.14 python 2.6 , latest version of django svn. i'm following these instructions run test project (copied page linked above): c:\documents , settings\john>cd c:\ c:\>mkdir django c:\>cd django c:\django>django-admin.py startproject testproject c:\django>cd testproject c:\django\testproject>python manage.py runserver when run last line, output: validating models... unhandled exception in thread started <function inner_run @ 0x01ecb930> traceback (most recent call last): file "j:\python26\lib\site-packages\django\core\management\commands\runserver.py", line 48, in inn er_run self.validate(display_num_errors=true) file "j:\python26\lib\site-packages\django\core\management\base.py", line 249, in validate num_errors = get_validation_errors(s, app) file "j:\python26\lib\site-packages\django\co...