AppConfig.get_models() [source] Returns an iterable of
AppConfig.path Filesystem path to the application directory, e.g. '/usr/lib/python3.4/dist-packages/django/contrib/admin'
apps.get_app_config(app_label) Returns an AppConfig for the application with the given app_label.
AppConfig.name Full Python path to the application, e.g. 'django.contrib.admin'. This
AppConfig.module Root module for the application, e.g. <module 'django.contrib.admin' from 'django/contrib/admin/__init__
class AppConfig [source] Application configuration objects store metadata for an application
Page 2 of 2