~ya-bo-ng/ubuntu-webcatalog/description-styling-update

« back to all changes in this revision

Viewing changes to django_project/wsgi.py

[r=lukasz-czyzykowski] Separate logging configs for webapp and import command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Longer-term, we should bring our own wsgi app from configs into
11
11
the dev environment.
12
12
"""
13
 
from django.core.wsgi import get_wsgi_application
 
13
from webcatalog.wsgi import make_app
14
14
 
15
 
application = get_wsgi_application()
 
15
application = make_app()