From 8a85a298483c30252e6a37d408fd9382abdb52c5 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Tue, 23 May 2017 22:24:48 -0700 Subject: [PATCH] Update installation docs to include installed apps --- docs/installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 4d36e16..f9c3077 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,3 +6,12 @@ At the command line:: $ pip install django_dbshell_plus + +You will also need to include ``django_dbshell_plus`` in your ``INSTALLED_APPS``: + +:: + + INSTALLED_APPS = [ + ... + 'django_dbshell_plus' + ]