Installation

Installation is very straight forward. Either install the package from pip (pip install django-aboutconfig) or from the sources.

After installing the package, apply migrations with manage.py migrate and collect static with manage.py collectstatic.

That’s it, you’re done.

Next, set the configuration options.