From 4f93f9f31e417eedda41160b73d395fd70149146 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Thu, 4 Mar 2021 14:20:04 +0200 Subject: [PATCH] Update settings.rst Fix typo of naming for `gunicorn` library --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index abf055d..b6e543a 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -36,4 +36,4 @@ In this case the Cache-based backend should be used (by setting ``ROSETTA_STORAG Alternatively you can switch back to using the Session based storage by setting ``ROSETTA_STORAGE_CLASS = 'rosetta.storage.SessionRosettaStorage'`` in your settings. This is perfectly safe on Django 1.3. On Django 1.4 or higher make sure you have DON'T use the `signed_cookies `_ ``SESSION_BACKEND`` with this Rosetta storage backend or funky things might happen. -**TL;DR**: if you run Django with gunincorn, mod-wsgi or other multi-process environment, the Django-default ``CACHES`` ``LocMemCache`` backend won't suffice: use memcache instead, or you will run into issues. +**TL;DR**: if you run Django with gunicorn, mod-wsgi or other multi-process environment, the Django-default ``CACHES`` ``LocMemCache`` backend won't suffice: use memcache instead, or you will run into issues.