mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
removed cruft
This commit is contained in:
parent
84aa49c698
commit
d5877bf2a6
1 changed files with 1 additions and 14 deletions
|
|
@ -48,19 +48,6 @@ INSTALLED_APPS = (
|
|||
'constance.backends.database',
|
||||
)
|
||||
|
||||
old_INSTALLED_APPS = (
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.sites',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.admin',
|
||||
'cheeseshop.apps.catalog',
|
||||
'cheeseshop.apps.storage',
|
||||
'constance',
|
||||
'constance.backends.database',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
|
|
@ -96,7 +83,7 @@ WSGI_APPLICATION = 'cheeseshop.wsgi.application'
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
#'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'NAME': '/tmp/cheeseshop.db',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue