mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 14:33:55 +01:00
13 lines
528 B
Bash
13 lines
528 B
Bash
|
###############################################################################
|
||
|
# DJANGO
|
||
|
###############################################################################
|
||
|
DJANGO_SETTINGS_MODULE={{cookiecutter.project_slug}}.settings
|
||
|
SECRET_KEY="UkZF3iM%Fqdj6HWugPWS26q!tmquRm#8G^X#&AiXiT$r2t%N4F"
|
||
|
DEBUG=False
|
||
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
||
|
|
||
|
###############################################################################
|
||
|
# LOGGING
|
||
|
###############################################################################
|
||
|
LOG_LEVEL=DEBUG
|