mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Update installation.rst
added db migration step and mailbox setup to installation notes
This commit is contained in:
parent
83a6249c85
commit
9706fda4e3
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue