~corey.bryant/horizon/2014.1.2

« back to all changes in this revision

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

  • Committer: James Page
  • Date: 2013-10-03 12:52:18 UTC
  • mfrom: (175.1.2 horizon)
  • Revision ID: james.page@canonical.com-20131003125218-lxg82yrdl860e38m
* New upstream release candidate:
  - d/static: Refreshed static assets for 2013.2~rc1.
  - d/patches: Refreshed patches.
* debian/control: Add python-lesscpy as a suggests to optionally
  support online compression of static assets (LP: #1226674).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: horizon/openstack_dashboard/wsgi/django.wsgi
2
 
===================================================================
3
 
--- horizon.orig/openstack_dashboard/wsgi/django.wsgi   2013-09-05 20:34:02.768202863 -0700
4
 
+++ horizon/openstack_dashboard/wsgi/django.wsgi        2013-09-05 20:34:02.760202863 -0700
5
 
@@ -9,6 +9,8 @@
 
1
--- a/openstack_dashboard/wsgi/django.wsgi
 
2
+++ b/openstack_dashboard/wsgi/django.wsgi
 
3
@@ -9,6 +9,8 @@ sys.path.insert(0, os.path.join(os.path.
6
4
 os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
7
5
 sys.stdout = sys.stderr
8
6