Skip to content

Commit 4de65d7

Browse files
author
Dylan Verheul
authored
Merge pull request zostera#351 from Milt0n/no-model-demo-remove-db-setting
No models for the demo application, removed sqlite3 database dependency
2 parents a6050a6 + 08c61d8 commit 4de65d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

demo/demo/settings.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515

1616
ADMINS = ()
1717

18-
DATABASES = {
19-
'default': {
20-
'ENGINE': 'django.db.backends.sqlite3',
21-
'NAME': ':memory:',
22-
}
23-
}
18+
DATABASES = {}
2419

2520
# Hosts/domain names that are valid for this site; required if DEBUG is False
2621
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts

0 commit comments

Comments
 (0)