Skip to content

Commit

Permalink
Fix django check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Nov 11, 2023
1 parent 6d29d4d commit d94ccaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
USE_TZ = True

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

INSTALLED_APPS = (
"django.contrib.admin",
Expand Down

0 comments on commit d94ccaa

Please sign in to comment.