Merge "Minor fix to Django settings in dashboard database session section"
This commit is contained in:
commit
1e468bc749
@ -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