Skip to content

ettoreleandrotognoli/django-pycdi

Repository files navigation

Django + PyCDI

image

image

image

image

A middleware to integrate PyCDI with Django.

See the code of conduct.

Install

Install pypi version

Install lastest version

Usage

Add middleware to settings.py:

Add inject decorator to your views:

With Python 2:

In the demo3 folder has a django demo project using python2 with more examples.

With Python 3:

In the demo3 folder has a django demo project using python3 with more examples.

See more ways to use PyCDI in its page.