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
74fe017a28
commit
324cb6900c
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue