Merge "Minor fix to Django settings in dashboard database session section"

This commit is contained in:
Jenkins 2014-09-25 16:50:21 +00:00 committed by Gerrit Code Review
commit 1e468bc749

View File

@ -142,7 +142,7 @@ CACHES = {
<filename>/etc/openstack-dashboard/local_settings.py</filename> and on openSUSE: <filename <filename>/etc/openstack-dashboard/local_settings.py</filename> and on openSUSE: <filename
>/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>), >/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>),
change these options:</para> change these options:</para>
<programlisting language="python"><?db-font-size 75%?>SESSION_ENGINE = 'django.core.cache.backends.db.DatabaseCache' <programlisting language="python"><?db-font-size 75%?>SESSION_ENGINE = 'django.contrib.sessions.backends.db'
DATABASES = { DATABASES = {
'default': { 'default': {
# Database configuration here # Database configuration here