[Answer]-Django application – store usernames and passwords in a msql database or openldap?

1👍

Djangos integrated auth system stores credentials in a database by default. You are free to use any custom authentication backend, look here for a start https://docs.djangoproject.com/en/dev/topics/auth/

👤Jingo

Leave a comment