From f831a81ab2fb4d664bdb7932e9869b8e7ddcdb72 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 6 Jun 2014 12:30:32 +0530 Subject: README updated. --- testapp/myauthentication/README | 1 + 1 file changed, 1 insertion(+) (limited to 'testapp') diff --git a/testapp/myauthentication/README b/testapp/myauthentication/README index 8ef6ab7..f7e6900 100644 --- a/testapp/myauthentication/README +++ b/testapp/myauthentication/README @@ -3,6 +3,7 @@ To use authentication from external source, follow the instructions given below: 1. In settings.py uncomment, AUTHENTICATION_BACKENDS = ('myauthentication.backend.MyBackend',) and AUTHENTICATION_BACKENDS = ('myauthentication.backend.MyBackend',) + Give database name, username and passward for the spoken database. 2. From login.html template comment 'New User? Sign-Up' link. This is to be done so that user will register only from external -- cgit