A simple Django app to conduct login/logout.
Project description
ifgy_login is a simple Django app to conduct login and logout.
It uses bootstrap as login page tplt.
Detailed documentation is in the “docs” directory. (not yet!)
Quick start
Add “ifgy_login” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'ifgy_login', )Include the ifgy_login URLconf in your project urls.py like this:
url(r'^', include('ifgy_login.urls')),
Obs.: if you use it with django-cms, must be located prior to cms urls.
Start the development server and visit http://127.0.0.1:8000/login/ you’ll need an account in admin(so you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/logout/ to logoff your site._
Project details
Release history Release notifications | RSS feed
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-ifgy-login-0.3.tar.gz.
File metadata
- Download URL: django-ifgy-login-0.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71918214cfbfca54c530730e8ae67942e62e1538a632b950fdef1faf7ec1f9a2
|
|
| MD5 |
3aa9d6cced0e97d21161f825e1f28eaa
|
|
| BLAKE2b-256 |
e0183433c5baa87a2c02ec5f032f5db6a7d78eaf20e2d240de4cb06a73045d75
|