Merge branch 'jdufresne-memory'

This commit is contained in:
Bojan Mihelac 2018-11-05 09:08:28 +01:00
commit 5e8d5be9ff
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -78,7 +78,6 @@ else:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(os.path.dirname(__file__), 'database.db'),
}
}