summaryrefslogtreecommitdiff
path: root/passlib/ext/django/__init__.py
blob: a9e019be971ccb75a4319130e8ad27e232c3b4c5 (plain)
1
2
3
4
5
6
7
8
9
"""passlib.ext.django - Django app to monkeypatch better password hashing into django

.. warning::

    This code is experimental and subject to change
    (though it should work).

see the Passlib documentation for details on how to use this app
"""