Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Tweak INSTALLED_APPS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Sep 26, 2012
1 parent 19a9788 commit 0545ee1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Do::
For other ways to clone, see
`<https://github.com/willkg/django-eadred.git>`_.


Add to installed apps
=====================

After installing eadred, add it to the installed apps in
your project's setting.py::
After installing eadred, add it to the ``INSTALLED_APPS`` your project's
``settings.py``::

INSTALLED_APPS += ('eadred',)

0 comments on commit 0545ee1

Please sign in to comment.