X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg-web%2Fsettings.py;fp=mlpccg-web%2Fsettings.py;h=a7a281483cad8587efb1e67705ffbaf61d31a418;hp=5f311eb473cb37596cbcfdee6037b96084f1c82f;hb=fb6094edaa3a1a59060f1382d362b671d4d70468;hpb=247faccd70eea33b856c3aac471be3d411b8be80 diff --git a/mlpccg-web/settings.py b/mlpccg-web/settings.py index 5f311eb..a7a2814 100644 --- a/mlpccg-web/settings.py +++ b/mlpccg-web/settings.py @@ -20,9 +20,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = 'iqk@e(3cavf&!ewvx_0t8m=p5kh(rl_=td&pe!afhu@fiu%j_w' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False -TEMPLATE_DEBUG = True +TEMPLATE_DEBUG = False ALLOWED_HOSTS = []