Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 802 Bytes

readme.mkd

File metadata and controls

36 lines (22 loc) · 802 Bytes

Twitter Bootstrap Templates for Django Userena

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.

Requirements

django >= 1.3

Userena >= 1.02

django-bootstrap-form >= 2.03

And also

Twitter bootstrap 2 (you must load the CSS files)

Installation

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', ... )