aboutsummaryrefslogtreecommitdiff
path: root/app/dispatchAuth/admin.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-07Updated middleware to force creation of user Identity. Fix issues with ↵Mitch Riedstra1-1/+1
Identity creation. Added is_active to Django Admin UI for the dispatchAuth.models.User
2017-11-02Initial setup to use a custom User model, I still need to figure out how to ↵Mitch Riedstra1-0/+90
use the built in Django permissions though