Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra authored Nov 7, 2024
1 parent 2b025c9 commit b04d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# Database settings moved to .env files

DATABASES = {
'default': env.db('DEV_DATABASE_URL'),
'default': env('DEV_DATABASE_URL'),
}
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
Expand Down

0 comments on commit b04d97c

Please sign in to comment.