Django Certificate Manager
Project description
Django Certificate Manager
This
Requirements
- Python 3.5+
Make sure that an instance of UserCrtMgr is created for every user::
class YourAppConfig(AppConfig):
def ready(self):
from dj_crt_mgr.signals import create_user_cert_mgr
post_save.connect(create_user_cert_mgr, sender=settings.AUTH_USER_MODEL)
Install
Using pip
pip install dj-crt-mgr
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj-crt-mgr-0.4.0.tar.gz
(9.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj-crt-mgr-0.4.0.tar.gz.
File metadata
- Download URL: dj-crt-mgr-0.4.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3dd2d17dbb0af21c74b9a08e0aff3fe2ae6a52dba41353b5a7ee2f7f13c19b
|
|
| MD5 |
a6fa8399c3e961a7553f229d46d7b575
|
|
| BLAKE2b-256 |
e9760bc3856eb24154c5def4a59d632bd5972c2d326c5564511b42a9261c84ae
|
File details
Details for the file dj_crt_mgr-0.4.0-py3-none-any.whl.
File metadata
- Download URL: dj_crt_mgr-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b920a293daf9a379f6d4058034bdd9e2559b686fa6a59c026c996e3fa04deacb
|
|
| MD5 |
64a01c5ffee764b842787c89edcfea53
|
|
| BLAKE2b-256 |
1949055bc6880d88646ba333c5184732ed96764f0d22cf83636934126e8cdef4
|