File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
2- WSGI config for deis project.
2+ WSGI config for Deis Workflow Controller project.
33
44It exposes the WSGI callable as a module-level variable named ``application``.
55
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ echo "Database Migrations:"
3030sudo -E -u deis python /app/manage.py migrate --noinput
3131
3232# spawn a gunicorn server in the background
33- sudo -E -u deis gunicorn -c /app/deis/gunicorn/config.py deis .wsgi &
33+ sudo -E -u deis gunicorn -c /app/deis/gunicorn/config.py api .wsgi &
3434
3535python /app/manage.py load_db_state_to_k8s
3636
Original file line number Diff line number Diff line change 8787ROOT_URLCONF = 'deis.urls'
8888
8989# Python dotted path to the WSGI application used by Django's runserver.
90- WSGI_APPLICATION = 'deis .wsgi.application'
90+ WSGI_APPLICATION = 'api .wsgi.application'
9191
9292INSTALLED_APPS = (
9393 'django.contrib.auth' ,
You can’t perform that action at this time.
0 commit comments