We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87657f8 commit 94c7b14Copy full SHA for 94c7b14
README
@@ -20,10 +20,10 @@ Or you can grab the latest version tarball and ::
20
21
$ python setup.py install
22
23
-To enable django-cuser in your project
+To enable django-crequest in your project
24
25
-* Add 'cuser' to *INSTALLED_APPS* in your **settings.py**
26
-* Add 'cuser.middleware.CuserMiddleware' to MIDDLEWARE_CLASSES after the authentication and session middleware.
+* Add 'crequest' to *INSTALLED_APPS* in your **settings.py**
+* Add 'crequest.middleware.CrequestMiddleware' to MIDDLEWARE_CLASSES after the authentication and session middleware.
27
28
How to use it
29
=============
0 commit comments