Use the new style of database settings
This ways of specifying database is obsolete. The new dictionaries based one (https://docs.djangoproject.com/en/dev/ref/settings/#databases) was introduced in Django version 1.2 Since the webUI specifies django version >= 1.3. This new method should be used. Infact the old way is broken in my django dev (or 1.4). |
---|
|
dev_setup/settings.py |
---|