Files
mayan-edms/mayan/settings/production.py
2015-01-19 04:06:40 -04:00

10 lines
215 B
Python

from __future__ import absolute_import, unicode_literals
from . import * # NOQA
DEBUG = False
# Update this accordingly;
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ['*']