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

include django-heroku in settings.py

parent 7c189842
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #113069 failed
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -12,6 +12,7 @@ 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
......@@ -156,3 +157,5 @@ 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