Skip to content

yevgenko/userena-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bootstrap 2 Userena templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages