Django Dynamic Mailer 0.1 | Coderz Repository

django-dynamic-mailer 0.1

Last updated:

0 purchases

django-dynamic-mailer 0.1 Image
django-dynamic-mailer 0.1 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.