set debug to false

This commit is contained in:
tawoe 2021-02-16 14:47:28 +01:00
parent 9877c0d3a5
commit 09d033018b

View File

@ -27,7 +27,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = None
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
# Set this to e.g. ['127.0.0.1', 'localhost'] if DEBUG = False
ALLOWED_HOSTS = []
@ -194,7 +194,6 @@ LOGIN_URL = reverse_lazy('home')
API_DATETIMEFORMAT = '%Y-%m-%dT%H:%M:%SZ'
#API_DATEFORMAT = '%Y-%m-%d'
API_DATEFORMAT = '%Y-%m-%dT%H:%M:%S'