Minor fix to Django settings in dashboard database session section
Minor fix to Django settings in the local_settings file Change-Id: Ie38e154f20c2ad77e5860fef7c0e7688d3c75809 backport: havana Closes-Bug: #1310815
This commit is contained in:
parent
91f57b9505
commit
d5a92e28ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user