diff --git a/mayan/settings/production.py b/mayan/settings/production.py index 7ede99d948..b8b0de1a1f 100644 --- a/mayan/settings/production.py +++ b/mayan/settings/production.py @@ -3,4 +3,3 @@ from .local import * DEBUG = False ALLOWED_HOSTS = ['*'] # Update this accordingly; https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts -~