Загрузить файлы в «venv/Lib/site-packages/passlib/ext/django»

This commit is contained in:
2026-07-02 18:47:42 +00:00
parent 40c7fe33af
commit a68eefaf39
3 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,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.
"""