diff options
author | prathamesh | 2014-06-06 12:30:32 +0530 |
---|---|---|
committer | prathamesh | 2014-06-06 12:30:32 +0530 |
commit | f831a81ab2fb4d664bdb7932e9869b8e7ddcdb72 (patch) | |
tree | 90ddd5abc9caa1a218ebaf37156665d6f688648f | |
parent | 6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5 (diff) | |
download | online_test-f831a81ab2fb4d664bdb7932e9869b8e7ddcdb72.tar.gz online_test-f831a81ab2fb4d664bdb7932e9869b8e7ddcdb72.tar.bz2 online_test-f831a81ab2fb4d664bdb7932e9869b8e7ddcdb72.zip |
README updated.
-rw-r--r-- | testapp/myauthentication/README | 1 |
1 files changed, 1 insertions, 0 deletions
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 |