Skip to content

Commit

Permalink
Updated: added debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind-4 committed Dec 31, 2022
1 parent 0ff434b commit 822fc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
DJANGO_LIVE = config('DJANGO_LIVE', cast=bool)

if DJANGO_LIVE:
print("Production settings loaded")
from .production import *

else:
print("Development settings loaded")
from .local import *

1 comment on commit 822fc47

@vercel
Copy link

@vercel vercel bot commented on 822fc47 Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.