django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
Other
274
stars
57
forks
source link
Current develop branch needs makemigrations run to add 0005 migration #205
Describe the bug Current develop branch is missing migration
To Reproduce
makemigrations --check --dry-run
Expected behavior Migrations should be up to date