apps.get_app_config(app_label)
Returns an AppConfig for the application with the given app_label. Raises LookupError if no such application exists.
apps.get_app_config(app_label)
Returns an AppConfig for the application with the given app_label. Raises LookupError if no such application exists.
Please login to continue.