diff --git a/src/sjhome/settings.py b/src/sjhome/settings.py index 56adb16..622674e 100644 --- a/src/sjhome/settings.py +++ b/src/sjhome/settings.py @@ -76,7 +76,8 @@ if DEBUG: ALLOWED_HOSTS = [ "127.0.0.1", - "localhost" + "localhost", + "sass-demo-production.up.railway.app" ]