Userena is a Django application that supplies your Django project with full account management. It's a fully customizable application that takes care of the signup, activation, messaging and more. It's BSD licensed, which means you can use it commercially for free!
These templates use Twitter-bootstrap CSS to integrate Userena into a bootstrsap application.
django >= 1.3
Userena >= 1.02
django-bootstrap-form >= 2.03
And also
Twitter bootstrap 2 (you must load the CSS files)
pip install -e git://github.com/piran/userena-bootstrap.git#egg=userenabootstrap
Add the apps to your settings file BEFORE userena
INSTALLED_APPS = ( ... 'bootstrapform', 'userenabootstrap', 'userena', ... )