incuna-auth

Provides authentication parts
Download

incuna-auth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Incuna Ltd
  • Publisher web site:
  • http://incuna.com/

incuna-auth Tags


incuna-auth Description

incuna-auth is a Python module that provides various pieces of useful Auth.InstallationInstall the package:pip install incuna-authAdd to your INSTALLED_APPS in settings.py:INSTALLED_APPS = ( ... incuna_auth, ...)Add the urls to your ROOT_URLCONF:urlpatterns = patterns('' ... url('', include('incuna_auth.urls')), ...)Add the auth urls in settings.py:from django.core.urlresolvers import reverse_lazy...LOGIN_URL = reverse_lazy('auth_login')LOGOUT_URL = reverse_lazy('auth_logout')Add the tables to the db:python manage.py syncdbWarning: An initial data fixture is included that creates an admin_sso.Assignment to assign any user with an incuna.com email to the Admin user.Product's homepage


incuna-auth Related Software