Bootstrap friendly pieces for django-registration
Installation
First, get and install django-registration
Then get django-registration-bootstrap from PyPI:
$ pip install django-registration-bootstrap==0.2.0
Into the settings file, add the following to INSTALLED_APPS:
INSTALLED_APPS = (
# ... everything else
# Add the templates via INSTALLED_APPS
'registration_bootstrap',
# only add crispy_forms if you aren't already using it
'crispy_forms'
)
Requirements
Django 1.5+
Python 2.7+ or Python 3.3+
django-registration 1+ or django-reg 1+
django-crispy-forms 1.3.2+
History
0.2 (2013-06-28)
Removed absolute dependency on django-registration so this can rely on forks.
Implemented default registration’s templates.
Discovery that no one had deployed a working, modern bootstrap implementation to PyPI.
0.1 (2013-06-27)
Implemented simple registration’s templates.
Discovery that no one had deployed a working, modern bootstrap implementation to PyPI.
Release files for django-registration-bootstrap 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-registration-bootstrap-0.2.0.tar.gz | 4.6 kB | Details |
Release files / django-registration-bootstrap-0.2.0.tar.gz
| Download URL | django-registration-bootstrap-0.2.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42c6c3e2cae89b00de95f3a87d2f43a184ea41e628bc7f430f5c8d54cddf8388
|
|
BLAKE2b-256 checksum How to use checksums |
249124b954d77c999c3fb62479170f9274a19ab7e54baec8ae82c578f9b97692
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |