An open API service indexing awesome lists of open source software.

https://github.com/ebertti/django-registration-bootstrap

Custom HTML template for django-registration app made using Bootstrap from Twitter
https://github.com/ebertti/django-registration-bootstrap

bootstrap django django-registration python

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Django Registration Bootstrap

## Simple sample using bootstrap from twitter in forms of Django

Using Bootstrap from Twitter version 3.0.3

And Django version 1.6.1

http://twitter.github.com/bootstrap

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

* username: demo
* password: demo

# Screenshots

![home](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/home_pt.png)

![login](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/loggin_pt.png)
![login error](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/loggin_error_pt.png)

![password change](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/password_change_pt.png)
![password change error](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/password_change_error_pt.png)

![password reset](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/password_reset_pt.png)
![password reset error](https://raw.github.com/ebertti/django-registration-bootstrap/master/screenshot/password_reset_error_pt.png)

## Changelog

2014-01-16 by EBertti

- Update Bootstrat to 3.0.3 and Django to 1.6.1