Merge branch 'memory' of https://github.com/jdufresne/django-import-export into jdufresne-memory

This commit is contained in:
Bojan Mihelac 2018-11-05 09:08:05 +01:00
commit 67bb2ca6f8
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'),
}
}