~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/fix-dashboard-django-wsgi.patch

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-03-30 09:37:04 UTC
  • mfrom: (68.1.6 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20150330093704-x3lws0h0fzcoait3
Tags: 1:2014.1.4-0ubuntu2
d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/openstack_dashboard/wsgi/django.wsgi
2
2
+++ b/openstack_dashboard/wsgi/django.wsgi
3
 
@@ -9,6 +9,8 @@ sys.path.insert(0, os.path.join(os.path.
 
3
@@ -9,6 +9,8 @@
4
4
 os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
5
5
 sys.stdout = sys.stderr
6
6
 
8
8
+
9
9
 DEBUG = False
10
10
 
11
 
 application = django.core.handlers.wsgi.WSGIHandler()
 
11
 application = get_wsgi_application()