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' + ]