How to Install python-django-appconf in Ubuntu 18.04



Install python-django-appconf by entering the following commands in the terminal:

sudo apt update
sudo apt install python-django-appconf

Description:

helper class handling configuration defaults of apps - Python 2.7

Say you have an app with a few defaults, which you want to refer to in the app's code without repeating yourself all the time. Django-appconf provides a simple helper class to implement those defaults. . This package provides the Python 2.x module.

Homepage: https://github.com/jezdez-archive/django-appconf

Version: 1.0.2-3

Section: python