From ba50e500a1da9266f9bee5bc38b69635637f6129 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 26 Mar 2014 14:48:45 +0530 Subject: User authentication using external database. Django authentication backend overriden to authenticate user using spoken tutorial database. Added database router to handle the database operations. --- testapp/myauthentication/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testapp/myauthentication/__init__.py (limited to 'testapp/myauthentication/__init__.py') diff --git a/testapp/myauthentication/__init__.py b/testapp/myauthentication/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit