Skip to content
Snippets Groups Projects
Commit 37f14a8e authored by asmundh's avatar asmundh
Browse files

Fix bug of djangoHeroku import in wrong file.

parent 1467c014
No related branches found
No related tags found
No related merge requests found
......@@ -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,8 @@ 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