InstallationΒΆ

  • Install django-appconf with your favorite Python package manager:

    pip install django-appconf
  • Add 'appconf' to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        # other apps
        "appconf",
    )
    

Project Versions

Previous topic

django-appconf

Next topic

Usage

This Page