Skip to content

Commit

Permalink
database address
Browse files Browse the repository at this point in the history
  • Loading branch information
tahamusvi committed Apr 24, 2024
1 parent 28a20f7 commit 87c772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'data/db.sqlite3',
'NAME': BASE_DIR / 'media/db.sqlite3',
}
}

Expand Down

0 comments on commit 87c772a

Please sign in to comment.