Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-SecFit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikolai Roede Dokken
tdt4242-SecFit
Commits
37f14a8e
Commit
37f14a8e
authored
3 years ago
by
asmundh
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug of djangoHeroku import in wrong file.
parent
1467c014
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/secfit/secfit/djangoHeroku.py
+0
-1
0 additions, 1 deletion
backend/secfit/secfit/djangoHeroku.py
backend/secfit/secfit/settings.py
+2
-0
2 additions, 0 deletions
backend/secfit/secfit/settings.py
with
2 additions
and
1 deletion
backend/secfit/secfit/djangoHeroku.py
+
0
−
1
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
...
...
This diff is collapsed.
Click to expand it.
backend/secfit/secfit/settings.py
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment