From 640ce1b9709dac1828bb0f1fc90a696340c31d5c Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Fri, 5 Sep 2014 15:29:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71465cd..225e6c6 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Installation 5. (optional) Lastly, this project accepts the following Django setting values. You can set the UserProfile model (do not define it if you are not using any UserProfile model) and/or create your own REST registration backend for django-registration (default is registration.backends.simple.views.RegistrationView) - REST_REGISTRATION_BACKEND = 'rest_auth.backends.rest_registration.RESTRegistrationView' - REST_PROFILE_MODULE = 'accounts.UserProfile' + REST_REGISTRATION_BACKEND = 'your_app.backends.rest_registration.RESTRegistrationView' + REST_PROFILE_MODULE = 'your_app.UserProfile' 6. Add rest_auth urls in your project root urls.py