Commit 7fe4f005 authored by delanoe's avatar delanoe

[SETTINGS] Debug True for unstable by default.

parent 56da9e50
......@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '!%ktkh981)piil1%t5r0g4$^0=uvdafk!=f2x8djxy7_gq(n5%'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
MAINTENANCE = False
ALLOWED_HOSTS = [ 'localhost'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment