File: __init__.py

package info (click to toggle)
python-passlib 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: python: 23,094; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
"""passlib.ext.django.models -- monkeypatch django hashing framework

this plugin monkeypatches django's hashing framework
so that it uses a passlib context object, allowing handling of arbitrary
hashes in Django databases.
"""