use :
from .manager.py import userclassname
objects = userclassname()
at the end of your code of the models.py customuser
it will override and will tell the django about your model .
hope it helps :)