Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nikolai Roede Dokken
tdt4242-SecFit
Commits
37f14a8e
Commit
37f14a8e
authored
Mar 03, 2021
by
asmundh
Browse files
Fix bug of djangoHeroku import in wrong file.
parent
1467c014
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/secfit/secfit/djangoHeroku.py
View file @
37f14a8e
...
...
@@ -3,7 +3,6 @@ import os
import
dj_database_url
from
django.test.runner
import
DiscoverRunner
from
.djangoHeroku
import
settings
MAX_CONN_AGE
=
600
...
...
backend/secfit/secfit/settings.py
View file @
37f14a8e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment