Skip to content

Commit 94c7b14

Browse files
committed
That's why some ppl saying dont't do copy/paste
1 parent 87657f8 commit 94c7b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Or you can grab the latest version tarball and ::
2020

2121
$ python setup.py install
2222

23-
To enable django-cuser in your project
23+
To enable django-crequest in your project
2424

25-
* Add 'cuser' to *INSTALLED_APPS* in your **settings.py**
26-
* Add 'cuser.middleware.CuserMiddleware' to MIDDLEWARE_CLASSES after the authentication and session middleware.
25+
* Add 'crequest' to *INSTALLED_APPS* in your **settings.py**
26+
* Add 'crequest.middleware.CrequestMiddleware' to MIDDLEWARE_CLASSES after the authentication and session middleware.
2727

2828
How to use it
2929
=============

0 commit comments

Comments
 (0)