Skip to content
Snippets Groups Projects
Commit 96a38136 authored by Rolf Aas's avatar Rolf Aas
Browse files

moved settings import to correct file

parent 7f9a5ccf
No related branches found
No related tags found
1 merge request!4Develop
Pipeline #113095 passed
......@@ -3,7 +3,6 @@ import os
import dj_database_url
from django.test.runner import DiscoverRunner
from .djangoHeroku import settings
MAX_CONN_AGE = 600
......
......@@ -12,6 +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
......
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