diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py index 66aeca28f346d938e48c184a2f9f86b3758fc4d2..f4f4f0773dd6bf702301ff4906c841f5458f83c4 100644 --- a/backend/secfit/secfit/settings.py +++ b/backend/secfit/secfit/settings.py @@ -12,7 +12,6 @@ https://docs.djangoproject.com/en/3.1/ref/settings/ from pathlib import Path import os -import django_heroku # Get the GROUPID variable to accept connections from the application server and NGINX @@ -44,8 +43,7 @@ ALLOWED_HOSTS = [ "10." + groupid + ".0.4", "molde.idi.ntnu.no", "10.0.2.2", - "secfit-group15-backend.herokuapp.com/", - "secfit-group15-frontend.herokuapp.com" + # ADD HEROKU URL HERE ] # Application definition @@ -157,5 +155,3 @@ REST_FRAMEWORK = { AUTH_USER_MODEL = "users.User" DEBUG = True - -django_heroku.settings(locals()) \ No newline at end of file