deb-python-coffin/docs/contrib/index.rst

27 lines
442 B
ReStructuredText

=====================
:mod:`coffin.contrib`
=====================
Coffin includes replacements for several Django contrib modules.
To use this, simply change your import line from::
from django.contrib.<module>
To the following::
from coffin.contrib.<module>
-----------------
Supported Modules
-----------------
The following drop-in replacements are available:
.. toctree::
:maxdepth: 2
auth
markup
syndication