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 details)
File details
Details for the file django-dynamic-mailer-0.1.tar.gz.
File metadata
- Download URL: django-dynamic-mailer-0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ffb01cd2cb127495c84b50e0aba8a7d4b68def9500240223c17d289278e8d3f
|
|
| MD5 |
ebc9dd8b9dbdbf30627a8b40ad377124
|
|
| BLAKE2b-256 |
ca89f392d37afd78d20d94fd409f778204a4812e4ab0c6ac7082e5af980961ef
|