~cisco-openstack/horizon/folsom

« back to all changes in this revision

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

  • Committer: Adam Gandelman
  • Date: 2012-07-03 21:09:49 UTC
  • Revision ID: adamg@canonical.com-20120703210949-9rmgxlq1qd1wfwjr
debian/patches/{use-memcache.patch, turn-off-debug.patch}: Refresh. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naurp horizon.orig/openstack_dashboard/wsgi/django.wsgi horizon/openstack_dashboard/wsgi/django.wsgi
2
 
--- horizon.orig/openstack_dashboard/wsgi/django.wsgi   2012-02-29 20:52:57.116846675 -0500
3
 
+++ horizon/openstack_dashboard/wsgi/django.wsgi        2012-02-29 20:54:12.828846647 -0500
4
 
@@ -9,6 +9,8 @@ sys.path.insert(0, os.path.join(os.path.
 
1
Index: horizon/openstack_dashboard/wsgi/django.wsgi
 
2
===================================================================
 
3
--- horizon.orig/openstack_dashboard/wsgi/django.wsgi   2012-07-03 14:07:21.316118123 -0700
 
4
+++ horizon/openstack_dashboard/wsgi/django.wsgi        2012-07-03 14:07:26.176118333 -0700
 
5
@@ -9,6 +9,8 @@
5
6
 os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
6
7
 sys.stdout = sys.stderr
7
8