Hello! As seen here on the documentation for Applications configuration for app users, you can provide a custom app configuration for one of the third party apps you are using on your project.
https://docs.djangoproject.com/en/2.0/ref/applications/#for-application-users I believe this would solve the ImproperlyConfigured exception as on your settings.py on your INSTALLED_APPS you would have the apps with different names. Hope it helps! On Saturday, May 19, 2018 at 10:54:02 PM UTC-3, Mario R. Osorio wrote: > > Hello everyone, > > In Django 2.0.5; I want to use python-twitter and allauth's twitter > provider and both these apps use the same App label which results in the > *django.core.exceptions.ImproperlyConfigured: > Application labels aren't unique* error > > I have searched the internet and found no solutions to this Issue and > would really appreciate your input on this matter. > > Any and all comments and ideas are welcome. > > > TIA! > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/30ba1abc-2c11-4a19-af74-f706e506871e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

