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", ) .. _staticfiles: http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/ .. _django-staticfiles: http://pypi.python.org/pypi/django-staticfiles .. _dependencies: