diff --git a/dev_setup/settings.py b/dev_setup/settings.py index 93da6e9..0fdff58 100644 --- a/dev_setup/settings.py +++ b/dev_setup/settings.py @@ -46,8 +46,12 @@ MANAGERS = ADMINS -DATABASE_ENGINE = 'sqlite3' -DATABASE_NAME = os.path.join(PROJECT_PATH, 'mmtest.db') +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': 'mmtest.db' + } +} # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name