Django authentication module should stay in a separate package securepass-django-auth and depend on securepass. In Python libs these things are usually separated. Someone could need SecurePass lib to build an API and there is no need for Django code to be there. Don't assume that securepass will be used in Django only, there could be a Flask auth module for example.
Django authentication module should stay in a separate package
securepass-django-authand depend onsecurepass. In Python libs these things are usually separated. Someone could need SecurePass lib to build an API and there is no need for Django code to be there. Don't assume thatsecurepasswill be used in Django only, there could be a Flask auth module for example.