Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tech-Science Blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Muhammad Butt
Tech-Science Blog
Commits
06d2c2ba
Commit
06d2c2ba
authored
5 years ago
by
Mansoor Saleem
Browse files
Options
Downloads
Patches
Plain Diff
program runs again
parent
af5daf2d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3189
canceled
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
db.sqlite3
+0
-0
0 additions, 0 deletions
db.sqlite3
manage.py
+1
-1
1 addition, 1 deletion
manage.py
with
1 addition
and
1 deletion
db.sqlite3
+
0
−
0
View file @
06d2c2ba
No preview for this file type
This diff is collapsed.
Click to expand it.
manage.py
+
1
−
1
View file @
06d2c2ba
...
...
@@ -5,7 +5,7 @@ import sys
def
main
():
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
myproject
.settings
'
)
os
.
environ
.
setdefault
(
'
DJANGO_SETTINGS_MODULE
'
,
'
djangonautic
.settings
'
)
try
:
from
django.core.management
import
execute_from_command_line
except
ImportError
as
exc
:
...
...
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