Metadata-Version: 2.1
Name: django-extra-cbv
Version: 0.2.1
Summary: Extra class based views for Django
Home-page: https://github.com/alekam/django-extra-cbv
Author: Alex Kamedov
Author-email: alex@kamedov.ru
License: New BSD License
Keywords: cbv,class based views
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Dist: django (<2.0,>=1.9)

# django-extra-cbv


Releated apps:
--------------

views for inline forms:
http://django-extra-views.readthedocs.org/en/latest/
https://github.com/AndrewIngram/django-extra-views

mixins for check permissions:
https://github.com/dstegelman/django-infuse

https://github.com/tswicegood/cbv_utils
https://pypi.org/project/django_extra/#history
https://github.com/AndrewIngram/django-extra-views


RTFM
----
http://effectivedjango.com/
http://www.robgolding.com/blog/2012/11/17/django-class-based-view-mixins-part-2/


## Overview

Extra class based views for Django Framework


## Installation

Install work version using PIP::

    pip install django-extra-cbv


## Settings

No any settings required


## Usage

See code, please. There are not any docs or examples provided yet.
The code is very simple.
You can subclass base views to set up work with your models


## Provided template tags and libraries

No any templeate tags provided


## Provided management commands

No any management commands provided


## Testing

You can run tests inside this package::

    python run_tests.py

or with tox::

    tox


