From 18d028d6c0566dfeef46bd1592bb867d2a9cc467 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Ingebrigt=20=C3=98rstad?= <tobiasio@stud.ntnu.no>
Date: Fri, 5 Mar 2021 10:30:42 +0000
Subject: [PATCH] Update settings.py

---
 backend/secfit/secfit/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py
index d37388b..e9e6d12 100644
--- a/backend/secfit/secfit/settings.py
+++ b/backend/secfit/secfit/settings.py
@@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/3.1/ref/settings/
 
 from pathlib import Path
 import os
-
+from .djangoHeroku import settings
 
 # Get the GROUPID variable to accept connections from the application server and NGINX
 groupid = os.environ.get("GROUPID", "0")
-- 
GitLab