This package browser is in early development. Mind the rough edges.

python-django-appconf 1.0.4

Handle configuration defaults of packaged Django apps

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.

Installation

Install python-django-appconf 1.0.4 as follows:

guix install python-django-appconf@1.0.4

Or install the latest version:

guix install python-django-appconf

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.