Skip to content

Commit

Permalink
CLI use sqlite db
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jan 4, 2025
1 parent 935e37a commit 90e48f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/settings/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
'NAME': BASE_DIR / 'db.sqlite3',
}
}

0 comments on commit 90e48f1

Please sign in to comment.