=====================
: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
