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:
parent
86839d6d32
commit
8b11cdd8ee
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
||||||
import os
|
import os
|
||||||
from settings_base import *
|
from settings_base import *
|
||||||
|
|
||||||
DEBUG = TEMPLATE_DEBUG = True
|
DEBUG = TEMPLATE_DEBUG = False
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['YNH_APP_ARG_DOMAIN']
|
ALLOWED_HOSTS = ['YNH_APP_ARG_DOMAIN']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue