A Django app to conduct Web-based mailer.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-dynamic-mailer-0.1.tar.gz
(10.5 kB
view hashes)
Close
Hashes for django-dynamic-mailer-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ffb01cd2cb127495c84b50e0aba8a7d4b68def9500240223c17d289278e8d3f |
|
MD5 | ebc9dd8b9dbdbf30627a8b40ad377124 |
|
BLAKE2b-256 | ca89f392d37afd78d20d94fd409f778204a4812e4ab0c6ac7082e5af980961ef |