django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: account
and then when i define app_label give me that error: django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'account.User' that has not been installed
how can i fix it
2.1m questions
2.1m answers
60 comments
57.0k users