Skip to main content

Bootstrap implementation for Django registration.

Project description

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.1.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+

  • django-crispy-forms 1.3.2+

History

0.1 (2013-06-27)

  • Implemented simple registration (default is forthcoming).

  • Discovery that no one had deployed this to PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-registration-bootstrap-0.1.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file django-registration-bootstrap-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-registration-bootstrap-0.1.0.tar.gz
Algorithm Hash digest
SHA256 046ed502d27f8c40c4ed512859be7c14d02abc075a09946a8149cbb9650bc338
MD5 7e837e7a457cd73fd958648a6b9b2888
BLAKE2b-256 5443590d3d0c16c759a7b092395d6c1c6ed02e01a3cc0d1d53088396ea3192f0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page