Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
3cb54789
Commit
3cb54789
authored
Jun 08, 2015
by
Julien Furrer
Browse files
config deploy
parent
9757700f
Changes
3
Hide whitespace changes
Inline
Side-by-side
adim_project/adim_project/settings/production.py
View file @
3cb54789
...
...
@@ -8,6 +8,8 @@ update_urls('/adim/', __name__)
ALLOWED_HOSTS
=
[
'.unil.ch'
]
WSGI_APPLICATION
=
'%s.wsgi.production.application'
%
SITE_NAME
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.mysql'
,
...
...
adim_project/adim_project/settings/staging.py
View file @
3cb54789
...
...
@@ -10,6 +10,8 @@ update_urls('/adim-dev/', __name__)
ALLOWED_HOSTS
=
[
'.unil.ch'
]
WSGI_APPLICATION
=
'%s.wsgi.staging.application'
%
SITE_NAME
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.mysql'
,
...
...
adim_project/adim_project/wsgi/prod.py
→
adim_project/adim_project/wsgi/prod
uction
.py
View file @
3cb54789
File moved
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