Comment #5 on issue 2347 by [email protected]: Cache backend UI in admin
settings is error-prone and can break access to site.
http://code.google.com/p/reviewboard/issues/detail?id=2347
If you can reach the General Settings page, then you should be able to
change the URI there. Otherwise, if it's that old a version now, you'll
need to do the following:
$ rb-site manage /path/to/site shell
from djblets.siteconfig.models import SiteConfiguration
siteconfig = SiteConfiguration.objects.get_current()
siteconfig.set('cache_backend', '<proper Django cache backend URI>')
siteconfig.save()
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.