Django Roles Access 0.9.4 documentation

Home | Table of contents | Index | Modules
up | next »

Welcome to Django Roles Access documentation¶

_images/django-roles-access.png https://travis-ci.org/django-roles-access/master.svg?branch=master https://codecov.io/gh/django-roles-access/master/branch/master/graph/badge.svg

Source code at Github.com

Package at PyPi

Quick Start¶

Contents:

  • Introduction
    • Main features
  • Requirements
  • Quick start
    • Installation and configuration
    • Access configuration

Middleware¶

Contents:

  • Using Django roles access middleware
    • Installation
    • Configuration
  • Applications type
    • NOT_SECURED
    • PUBLIC
    • SECURED
    • DISABLED

Check view access¶

Contents:

  • Check view access
    • Security report format
    • Django roles access middleware is active

Content access tool¶

Contents:

  • Django roles template tag

Advanced topics¶

Contents:

  • Required views and app name
  • Namespaces and View Name
  • Django roles access response
    • DJANGO_ROLES_ACCESS_REDIRECT
    • DJANGO_ROLES_ACCESS_FORBIDDEN_MESSAGE

Examples¶

Contents:

  • Example
    • 1 Create Django project polls app
    • 2 App and views name
    • 3 Start using django_roles_access

Reference¶

Contents:

  • Reference
    • Data Model
    • Decorator
    • Mixin
    • Middleware

Test coverage¶

Contents:

  • Test coverage
    • Python 2.7
    • Python 3.5
    • Python 3.6
    • Python 3.7

Indices and tables¶

  • Index
  • Module Index
  • Search Page
up | next »