~netlandish/django-wiki

a6f74f3f56a418babd1565a346ad1d83676f6703 — Raffaele Salmaso 6 years ago e93ac6a
Update INSTALLED_APPS docs to use AppConfig where possible
1 files changed, 3 insertions(+), 3 deletions(-)

M docs/installation.rst
M docs/installation.rst => docs/installation.rst +3 -3
@@ 65,9 65,9 @@ maintain the order due to database relational constraints:

.. code-block:: python

    'django.contrib.sites',
    'django.contrib.humanize',
    'django_nyt',
    'django.contrib.sites.apps.SitesConfig',
    'django.contrib.humanize.apps.HumanizeConfig',
    'django_nyt.apps.DjangoNytConfig',
    'mptt',
    'sekizai',
    'sorl.thumbnail',