~cisco-openstack/horizon/folsom

« back to all changes in this revision

Viewing changes to debian/patches/use-memcache.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:
3
3
Author: Dave Walker (Daviey) <DaveWalker@ubuntu.com>
4
4
Bug: https://launchpad.net/bugs/968850
5
5
 
6
 
--- a/openstack_dashboard/local/local_settings.py.example
7
 
+++ b/openstack_dashboard/local/local_settings.py.example
8
 
@@ -26,10 +26,7 @@
9
 
 
10
 
 LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
 
6
Index: horizon/openstack_dashboard/local/local_settings.py.example
 
7
===================================================================
 
8
--- horizon.orig/openstack_dashboard/local/local_settings.py.example    2012-07-03 14:07:47.016119233 -0700
 
9
+++ horizon/openstack_dashboard/local/local_settings.py.example 2012-07-03 14:07:58.952119749 -0700
 
10
@@ -34,10 +34,7 @@
 
11
 # from horizon.utils import secret_key
 
12
 # SECRET_KEY = secret_key.generate_or_read_from_file(os.path.join(LOCAL_PATH, '.secret_key_store'))
11
13
 
12
14
-# We recommend you use memcached for development; otherwise after every reload
13
15
-# of the django development server, you will have to login again. To use