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
|
||||
>/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>),
|
||||
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 = {
|
||||
'default': {
|
||||
# Database configuration here
|
||||
|
Loading…
Reference in New Issue
Block a user