mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
12 lines
508 B
Bash
12 lines
508 B
Bash
###############################################################################
|
|
# DJANGO
|
|
###############################################################################
|
|
DJANGO_SETTINGS_MODULE=charasheet.settings
|
|
SECRET_KEY="UkZF3iM%Fqdj6HWugPWS26q!tmquRm#8G^X#&AiXiT$r2t%N4F"
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
|
|
|
###############################################################################
|
|
# LOGGING
|
|
###############################################################################
|
|
LOG_LEVEL=DEBUG
|