I\'m using a custom user model, extended with AbstractUser. Here\'s my models.py:
# -*- coding: utf-8 -*- from __future__ import unicode_literals from d
For me it worked when I tried shifting the position of the app in INSTALLED_APPS.
INSTALLED_APPS