Skip to content

Commit

Permalink
Merge pull request #572 from azmeuk/django-inmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 28, 2023
2 parents e811754 + 24bb40e commit 27c6425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/clients/test_django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": "example.sqlite",
"NAME": ":memory:",
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": "example.sqlite",
"NAME": ":memory:",
}
}

Expand Down

0 comments on commit 27c6425

Please sign in to comment.