Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-26 Thread andy saksena
Maybe you should try looking in your settings.py file and check for database field there and see if you defined that field. On Tue, Apr 27, 2010 at 9:26 AM, cornflake wrote: > Dear Django users, > Although my question is about the installation of Django and not about > its usage, I really hope y

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-26 Thread cornflake
Thank you, the problem is solved! Turns out in the development version of Django some settings have been changed, so I had to declare DATABASES instead of DATABASE_ENGINE, DATABASE_HOST etc. http://docs.djangoproject.com/en/dev/ref/settings/ On Apr 27, 3:49 am, andy saksena wrote: > Maybe you sh

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-27 Thread Karen Tracey
On Tue, Apr 27, 2010 at 12:10 AM, cornflake wrote: > Thank you, the problem is solved! > Turns out in the development version of Django some settings have been > changed, so I had to declare DATABASES instead of DATABASE_ENGINE, > DATABASE_HOST etc. > http://docs.djangoproject.com/en/dev/ref/sett