1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Disable debug mode

This commit is contained in:
Josue-T 2018-10-19 22:57:34 +02:00 committed by ljf (zamentur)
parent 74fe017a28
commit 324cb6900c

View file

@ -3,7 +3,7 @@ from __future__ import unicode_literals
import os
from settings_base import *
DEBUG = TEMPLATE_DEBUG = True
DEBUG = TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['YNH_APP_ARG_DOMAIN']