Skip to content
Kristoffer Snabb edited this page Aug 25, 2011 · 2 revisions

Installation

You can install the email_rest application with easy_install:

easy_install https://github.com/geonition/django_email/tarball/master

After this you still need to set 'email_rest' to the django installed apps setting and include(email_rest.urls) into the urls.py.

Clone this wiki locally