Skip to content
Snippets Groups Projects
Commit b7415c1e authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

remove django_heroku

parent 09715333
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #113075 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment