From d7ce01e510ffc89a46dbbe558000540788489044 Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Tue, 10 Oct 2023 22:55:52 -0300 Subject: [PATCH] deploy --- hashflix/settings.py | 1 + 1 file changed, 1 insertion(+) 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"]