Skip to content

Custom HTML template for django-registration app made using Bootstrap from Twitter

Notifications You must be signed in to change notification settings

indrif/django-registration-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Registration Bootstrap

Install it

$ pip install https://github.com/indrif/django-registration-bootstrap/archive/master.zip

Into the settings file, add the following to INSTALLED_APPS:

INSTALLED_APPS = (
    # ... everything else

    # Add the templates via INSTALLED_APPS
    'registration_bootstrap3',
)

Simple sample using bootstrap from twitter in forms of Django

Using Bootstrap from Twitter version 3.3.5

And Django version 1.8

http://twitter.github.com/bootstrap

To run, just download and do runserver: shell python manage.py runserver 8000

username: demo password: demo

Screenshots

For screenshots, check original repo: https://github.com/ebertti/django-registration-bootstrap

Changelog

2015-11-10 by indrif

  • Update to Bootstrap 3.5.3 and Django 1.8

2014-01-16 by EBertti

  • Update Bootstrat to 3.0.3 and Django to 1.6.1

About

Custom HTML template for django-registration app made using Bootstrap from Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.9%
  • Python 32.1%