1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Updating documentation and manifest.

This commit is contained in:
Adam Coddington 2012-10-28 13:11:02 -07:00
parent 14ada969ab
commit 20b780a2d7
2 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,9 @@ You can either install from pip::
cd django-mailbox
python setup.py install
After you have installed the package,
you should add the `django_mailbox` to your `INSTALLED_APPS`.
Polling for mail in POP3/IMAP or a local mailbox
================================================