Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDT4242-group15
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Vegard Murvold Sporstøl
TDT4242-group15
Commits
09715333
Commit
09715333
authored
4 years ago
by
Vegard Murvold Sporstøl
Browse files
Options
Downloads
Patches
Plain Diff
include django-heroku in settings.py
parent
7c189842
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Merge new master to dev
,
!2
Uc 2
Pipeline
#113069
failed
4 years ago
Stage: test
Stage: staging
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/secfit/requirements.txt
+0
-0
0 additions, 0 deletions
backend/secfit/requirements.txt
backend/secfit/secfit/settings.py
+3
-0
3 additions, 0 deletions
backend/secfit/secfit/settings.py
with
3 additions
and
0 deletions
backend/secfit/requirements.txt
+30 B (+3%)
View file @
09715333
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
backend/secfit/secfit/settings.py
+
3
−
0
View file @
09715333
...
...
@@ -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
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