Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

dj_crt_mgr-0.4.0-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page