Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RDMIntro
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
Heli Eronen
RDMIntro
Compare revisions
442fb5a6ccc1f7bae378193f7bba78198aec8982 to 0ed479e2ed356b8789393ae76786bd8505cef1c0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
hjeronen/rdmintro
Select target project
No results found
0ed479e2ed356b8789393ae76786bd8505cef1c0
Select Git revision
Branches
frontend
main
Swap
Target
hjeronen/rdmintro
Select target project
hjeronen/rdmintro
1 result
442fb5a6ccc1f7bae378193f7bba78198aec8982
Select Git revision
Branches
frontend
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update backend/backend/settings.py
· a588d212
Jari Ikonen
authored
2 years ago
a588d212
Merge branch 'frontend' of version.helsinki.fi:hjeronen/rdmintro into frontend
· 0ed479e2
Jari Ikonen
authored
2 years ago
0ed479e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/backend/settings.py
+1
-1
1 addition, 1 deletion
backend/backend/settings.py
with
1 addition
and
1 deletion
backend/backend/settings.py
View file @
0ed479e2
...
...
@@ -11,8 +11,8 @@ https://docs.djangoproject.com/en/4.1/ref/settings/
"""
from
pathlib
import
Path
import
environ
import
os
import
environ
env
=
environ
.
Env
(
DEBUG
=
(
bool
,
False
)
)
...
...
This diff is collapsed.
Click to expand it.