1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 14:29:36 +02:00

chore: Update Docker and Django server configuration

This commit is contained in:
Sean Morley 2024-07-09 08:20:14 -04:00
parent 7bb70b8014
commit d3516b1806
5 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = getenv('SECRET_KEY')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = getenv('DEBUG', 'True') == 'True'
# ALLOWED_HOSTS = [
# 'localhost',