I will be brief: to work in the spirit and idea of a Django app, it is ok for an app to import models from inside another app ? Say, a User statistics app will import models
You cand try better extending the Django User model with inheritance. You will use the django user with custom field added, so you will have the same user for all the apps.