From 9706fda4e304cbbae5e1ac386aa71ac8c1ff2f4c Mon Sep 17 00:00:00 2001 From: fsboehme Date: Wed, 13 Aug 2014 16:45:41 -0700 Subject: [PATCH] Update installation.rst added db migration step and mailbox setup to installation notes --- docs/topics/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/topics/installation.rst b/docs/topics/installation.rst index 1784560..e8343b9 100644 --- a/docs/topics/installation.rst +++ b/docs/topics/installation.rst @@ -15,3 +15,8 @@ You can either install from pip:: After you have installed the package, you should add ``django_mailbox`` to the ``INSTALLED_APPS`` setting in your project's ``settings.py`` file. +Run ``python manage.py migrate django_mailbox`` to create the required database tables. + +Head to your admin and create a mailbox to consume (see next docs page). + +Test your setup by selecting 'Get new mail' from the action dropdown in the Mailbox change list.