By Prince Raj
It implements custom authentication system, which can be further extended as well. It is written in Python
The authentication that comes with Django is good enough for most common cases, but you may have needs not met by the out-of-the-box defaults. Customizing authentication in your projects requires understanding what points of the provided system are extensible or replaceable. This app component is reusable and can be used any of the project which requires a authentication system.
It completely makes use of python and fully integerable without much hassle.
It is written in Python
Submitted by Prince Raj (princ3raj)
Download packets of source code on Coders Packet
Comments