Skip to content

Commit

Permalink
DEBUG = os.environ.get('DEBUG', False) == 'True'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxuver authored Jul 31, 2023
1 parent 377a9f1 commit 29adb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/kittygram_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

SECRET_KEY = os.getenv('SECRET_KEY', 'kjh3l83kjdsf')

DEBUG = True
DEBUG = os.environ.get('DEBUG', False) == 'True'

ALLOWED_HOSTS = ['158.160.76.223']

Expand Down

0 comments on commit 29adb4c

Please sign in to comment.