From 9c646e8abdb70c92798707d0c16218ed0b39631c Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Sat, 26 Oct 2024 13:19:46 +0300 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 71a1fdb..215ad60 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ using the `DJANGO_CURRENTUSER_USE_UNSUPPORTED_DJANGO` environment variable DJANGO_CURRENTUSER_USE_UNSUPPORTED_DJANGO=1 pip install django-currentuser -Ade it to the middleware classes in your settings.py:: +Add it to the middleware classes in your settings.py:: MIDDLEWARE = ( ...,