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

23 lines
743 B
ReStructuredText
Raw Normal View History

2013-01-22 20:37:11 -08:00
Installation
============
You can either install from pip::
pip install django-mailbox
2014-07-31 20:30:42 -07:00
*or* checkout and install the source from the `github repository <https://github.com/coddingtonbear/django-mailbox/>`_::
2013-01-22 20:37:11 -08:00
2014-07-31 20:30:42 -07:00
git clone https://github.com/coddingtonbear/django-mailbox.git
2013-01-22 20:37:11 -08:00
cd django-mailbox
python setup.py install
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.