Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
0456975e
Commit
0456975e
authored
Mar 05, 2018
by
Guilhem Saurel
Browse files
use ndh utils.get_env
parent
c998be89
Changes
2
Show whitespace changes
Inline
Side-by-side
manage.py
View file @
0456975e
...
...
@@ -2,8 +2,11 @@
import
os
import
sys
from
ndh.utils
import
get_env
if
__name__
==
"__main__"
:
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"dashboard.settings"
)
get_env
()
try
:
from
django.core.management
import
execute_from_command_line
except
ImportError
as
exc
:
...
...
requirements.txt
View file @
0456975e
...
...
@@ -14,7 +14,7 @@ django==2.0.2 # via django-tables2, ndh
gitdb2
==2.0.3 # via gitpython
gitpython
==2.1.8
idna
==2.6 # via requests
ndh
==3.
0.2
ndh
==3.
2.0
pytz
==2018.3 # via django
requests
==2.18.4
smmap2
==2.0.3 # via gitdb2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment