Skip to content

Commit

Permalink
Django DB in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed May 12, 2022
1 parent a4a77b7 commit cbf6db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDBmeme/ddbmeme/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'NAME': ':memory:',
}
}

Expand Down

0 comments on commit cbf6db4

Please sign in to comment.