diff --git a/arka/settings.py b/arka/settings.py index 0c82097..48c7c96 100755 --- a/arka/settings.py +++ b/arka/settings.py @@ -31,7 +31,7 @@ SECRET_KEY = os.getenv('DJANGO_SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "192.168.0.160", "localhost"] +ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "arka.topserv4824.duckdns.org", "192.168.0.160", "localhost"] CSRF_TRUSTED_ORIGINS = ['https://arka-dev.topserv4824.duckdns.org'] # Application definition