Skip to content

Commit

Permalink
add settings for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 25, 2024
1 parent e813f66 commit 6f07a22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@
"polls",
"atlas_provider_django",
]

DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": "atlas_provider_django.db",
}
}

0 comments on commit 6f07a22

Please sign in to comment.