From c12e4e158b55450d4b0bc33a22799601450da67e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 12:32:02 -0500 Subject: dev-python/django-appconf: new package, add 1.0.6 Signed-off-by: Julien Roy --- dev-python/django-appconf/metadata.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/django-appconf/metadata.xml (limited to 'dev-python/django-appconf/metadata.xml') diff --git a/dev-python/django-appconf/metadata.xml b/dev-python/django-appconf/metadata.xml new file mode 100644 index 0000000..d6bc39f --- /dev/null +++ b/dev-python/django-appconf/metadata.xml @@ -0,0 +1,23 @@ + + + + + Julien Roy + julien@jroy.ca + + + 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. + + + + Jannis Leidel + jannis@leidel.info + + https://github.com/django-compressor/django-appconf/issues + https://django-appconf.readthedocs.io/ + django-compressor/django-appconf + django-appconf + + -- cgit v1.2.3