django-htauth 0.1

django-htauth er en Django app som gir en htpasswd autentisering backend for Django.Konfigurere innstillingene slik:INSTALLED_APPS + = ('htauth',)AUTHENTICATION_BACKENDS = (& Nbsp; & nbsp; & nbsp; 'Htauth.backend.HtauthBackend',& Nbsp; &...