django.apps.config AppConfig Example Code

AppConfig (documentation) represents an app for a Django project, including metadata such as name, label and path.

Example 1 from AuditLog

Auditlog (project documentation) is a Django app that logs changes to Python objects, similar to the Django admin's logs but with more details and output formats. Auditlog's source code is provided as open source under the MIT license.

AuditLog / src/auditlog_tests / apps.py