Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Nov 22, 2024
1 parent 16b4d70 commit 8d7f9ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mytom/mytom/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,10 @@
# Change this to "False" when you are ready for production
env = environ.Env(
# set casting, default value
DEBUG=(bool, True)
DEBUG=(bool, False)
)
DEBUG = env('DEBUG')
logger = logging.getLogger(__name__)
logging.info("XXXXXXXXXXXXX")
exit()
if DEBUG:
logger.setLevel(logging.DEBUG)
else:
Expand Down

0 comments on commit 8d7f9ae

Please sign in to comment.