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 GitHub
parent 86839d6d32
commit 8b11cdd8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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']