Bootstrap templates for django.contrib.auth
Project description
Bootstrap templates for django.contrib.auth
Introduction
Django comes with a reasonable default authorization module comprising of several useful views such as login and logout, password reset flow and password change flow. Neither the templates for these views nor the urls are part of the standard django distribution. This projects implemnts the missing functionality so you don’t have to.
Installation
Install django-auth-bootstrap-templates:
pip install django_authstrap
Usage
Then use it in a project:
Put this in your settings.py:
INSTALLED_APPS += 'django_authstrap' LOGIN_URL = 'auth/login' LOGOUT_URL = 'auth/logout'
Set-up the project urls.py to include auth urls:
url(r'^auth/', include('django_authstrap.urls'))
Run the dev server and point your browser to a page that required logging in.
Features
All tempaltes are based on Bootstrap 2
Forms are rendered using the form-horizontal layout
History
0.1.0 (2013-11-25)
First release on PyPI.
0.2.0 (2013-11-25)
Noe includes a working demo project.
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
File details
Details for the file django_authstrap-0.2.2.tar.gz
.
File metadata
- Download URL: django_authstrap-0.2.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f875c21c6cbff2a465c3b37144a14b87932e9d0b95304073e24d5df00a03bda0 |
|
MD5 | a575b0a14652fb48637026d2065f1f90 |
|
BLAKE2b-256 | e531d233b42c3e11a63d06ecaf53ebc1b7b6d15eac281bd533725470fb69c3bc |