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
- Host: GitHub
- URL: https://github.com/ebertti/django-registration-bootstrap
- Owner: ebertti
- License: mit
- Created: 2011-11-02T23:15:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T12:37:34.000Z (about 9 years ago)
- Last Synced: 2025-04-25T12:07:30.197Z (about 1 year ago)
- Topics: bootstrap, django, django-registration, python
- Language: HTML
- Homepage:
- Size: 1.1 MB
- Stars: 80
- Watchers: 4
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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







## Changelog
2014-01-16 by EBertti
- Update Bootstrat to 3.0.3 and Django to 1.6.1