diff --git a/hashflix/settings.py b/hashflix/settings.py index ba85516..68d3e36 100644 --- a/hashflix/settings.py +++ b/hashflix/settings.py @@ -32,6 +32,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True + ALLOWED_HOSTS = [ "sitecomdjango-production.up.railway.app", "localhost", "127.0.0.1"]