Skip to main content

A simple Django app to conduct login/logout.

Project description

https://travis-ci.org/Infranology/django-ifgy-login.png?branch=master

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

  1. Add “ifgy_login” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'ifgy_login',
    )
  2. 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.

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

  2. Visit http://127.0.0.1:8000/logout/ to logoff your site._

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-ifgy-login-0.3.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file django-ifgy-login-0.3.tar.gz.

File metadata

File hashes

Hashes for django-ifgy-login-0.3.tar.gz
Algorithm Hash digest
SHA256 71918214cfbfca54c530730e8ae67942e62e1538a632b950fdef1faf7ec1f9a2
MD5 3aa9d6cced0e97d21161f825e1f28eaa
BLAKE2b-256 e0183433c5baa87a2c02ec5f032f5db6a7d78eaf20e2d240de4cb06a73045d75

See more details on using hashes here.

Supported by

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