Language

Package: python-django-appconf @ 1.0.4

Synopsis

Handle configuration defaults of packaged Django apps

Description

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.

Home page
https://github.com/django-compressor/django-appconf
Location
gnu/packages/django.scm (line: 931, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?