django-dynamic-mailer 0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangodynamicmailer 0.1

Detailed documentation is in the “docs” directory.

Quick start

Add “project-mailer” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'emails',
]

Include the polls URLconf in your project urls.py like this:
url(r'emails/', include('emails.urls'))),

Run python manage.py migrate to create the emails models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a emails (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/emails to participate in the emails.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.