Re: How do you deal with two third party apps with the same App label?

2018-05-21 Thread Mario R. Osorio
Thanks Daniel, I've read that material but could make much sense out of it (I'm sure its me) I did read it again today and I *think* I've got it. Will check it tonight and I'll let you know. Thanks again On Saturday, May 19, 2018 at 10:45:17 PM UTC-4, Daniel Germano Travieso wrote: > >

Re: How do you deal with two third party apps with the same App label?

2018-05-19 Thread Daniel Germano Travieso
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

How do you deal with two third party apps with the same App label?

2018-05-19 Thread Mario R. Osorio
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