django-appconf
An app to handle configuration defaults of packaged Django apps gracefully
An app to handle configuration defaults of packaged Django apps gracefully
To install this package, run one of the following:
A helper class for handling configuration defaults of packaged Django apps gracefully. This app precedes Django's own AppConfig classes that act as "objects [to] store metadata for an application" inside Django's app loading mechanism. In other words, they solve a related but different use case than django-appconf and can't easily be used as a replacement. The similarity in name is purely coincidental.
Summary
An app to handle configuration defaults of packaged Django apps gracefully
Last Updated
Nov 8, 2025 at 17:24
License
BSD-3-Clause
Total Downloads
61.9K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/django-compressor/django-appconfDocumentation
https://readthedocs.org/projects/django-appconf/