settings: do not declare any database (#18561)

This commit is contained in:
Frédéric Péters 2017-09-09 16:18:07 +02:00
parent d03ba6d1d4
commit 5292e605d4
1 changed files with 1 additions and 4 deletions

View File

@ -13,11 +13,8 @@ ADMINS = (
MANAGERS = ADMINS
# w.c.s. doesn't use Django ORM (yet) so do not declare any database for now.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}
# Hosts/domain names that are valid for this site; required if DEBUG is False