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 = [ ... 'project-mailer', ]
Include the polls URLconf in your project urls.py like this:
url(r'project-mailer/', include('project-mailer.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 project-mailer (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/project-mailer to participate in the emails.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-project-mailer-0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86711ff9a8506cefbfe3c3caa8b3d2350ca025f9339af4d97bc9a1e2f4c2ee59 |
|
MD5 | 8464581fde2ad053b65355a913f9d448 |
|
BLAKE2b-256 | 509f9ac0b075c020b02193d5e31d630a97dabcd9fa5099c4a7df212160918880 |