Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
aptivate
client-projects
internewshid
Commits
19a3012b
Unverified
Commit
19a3012b
authored
6 years ago
by
Luke Murphy
Browse files
Options
Downloads
Patches
Plain Diff
Set the default settings file.
parent
4f640756
No related branches found
Branches containing commit
No related tags found
1 merge request
!57
Set the default settings file.
Pipeline
#2076
failed
6 years ago
Stage: checks
Stage: style
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env
+0
-1
0 additions, 1 deletion
.env
manage.py
+2
-0
2 additions, 0 deletions
manage.py
wsgi.py
+2
-0
2 additions, 0 deletions
wsgi.py
with
4 additions
and
1 deletion
.env
deleted
100644 → 0
+
0
−
1
View file @
4f640756
DJANGO_SETTINGS_MODULE=settings
This diff is collapsed.
Click to expand it.
manage.py
+
2
−
0
View file @
19a3012b
...
...
@@ -5,6 +5,8 @@ import sys
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
internewshid
'
))
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
settings
'
)
if
__name__
==
'
__main__
'
:
from
django.core.management
import
execute_from_command_line
execute_from_command_line
(
sys
.
argv
)
This diff is collapsed.
Click to expand it.
wsgi.py
+
2
−
0
View file @
19a3012b
...
...
@@ -7,4 +7,6 @@ from django.core.wsgi import get_wsgi_application
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
internewshid
'
))
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
settings
'
)
application
=
get_wsgi_application
()
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