[Django]-Access AppConfig members 20 December 2023 by thecoderscamp.com 6 From the docs: >>> from django.apps import apps >>> apps.get_app_config('admin').verbose_name 'Admin' https://docs.djangoproject.com/en/1.10/ref/applications/ Andrey Shipilov [Django]-Running manage.py command through Gunicorn Source:stackexchange.com