From f82a377570137e7736d7cca05025aac001289870 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 16 Jun 2025 17:53:19 -0500 Subject: [PATCH] Final Settings update for new website links --- commonthread/commonthread/settings.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/commonthread/commonthread/settings.py b/commonthread/commonthread/settings.py index cf18c6d..f860390 100644 --- a/commonthread/commonthread/settings.py +++ b/commonthread/commonthread/settings.py @@ -52,6 +52,8 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False ALLOWED_HOSTS = [ + "commonthread.works", + "commonthread.unnamed.computer", "turing.unnamed.computer", "localhost", "127.0.0.1", @@ -113,14 +115,10 @@ "http://localhost:3000", "http://localhost:5173", "http://127.0.0.1:5173", - "http://127.0.0.1:3000", - "http://127.0.0.1:8000", - "http://127.0.0.1:8030", - "http://127.0.0.1:8031", - "http://127.0.0.1:8032", - "http://127.0.0.1:9000", "http://turing.unnamed.computer:8031", "http://turing.unnamed.computer:8032", + "http://commonthread.unnamed.computer", + "https://commonthread.works", ] ROOT_URLCONF = "commonthread.urls"