The Django framework has a lot of third-party apps that you can use in your project. You can browse and compare most of them at https://djangopackages.org/. In this recipe, we will show you how to rename the label of the python-social-auth app in administration. Analogically, you will be able to change the label of any Django third-party app.
Changing the app label of a third-party app
Getting ready
Follow the instructions at https://python-social-auth.readthedocs.io/en/latest/configuration/django.html to install Python Social Auth into your project. Python Social Auth allows your users to log in with social network accounts or their Open ID. Once you've done this, the index page of the administration will look like this...