Skip to content

Commit

Permalink
chore: remove sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolanodev committed Aug 1, 2023
1 parent 9463f7c commit c869902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SECRET_KEY = "dummy"

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": "db.sqlite3"}}
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}}

INSTALLED_APPS = [
"django.forms",
Expand Down

0 comments on commit c869902

Please sign in to comment.