Skip to content

Aladom/django-mailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Mailing

Mailing app for django

Quick start

  1. Add "mailing" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [

    ... 'mailing',

    ]

  2. Run python manage.py migrate to create the mailing models
  3. Start the development server and visit http://127.0.0.1:8000/admin/ to manage e-mails (you'll need the Admin app enabled).

Get started

Read the docs!

About

Mailing app for django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published