Skip to content

rhizomedotorg/django-eazy-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-eazy-email

pip install -e git+https://github.com/rhizomedotorg/django-eazy-email.git@master#egg=django_eazy_email-dev
INSTALLED_APPS (
    ...
    'django_eazy_email',
)

EAZY_EMAIL_CONTEXT_PROCESSORS = (
    'django_eazy_email.context_processors.static',
    'django_eazy_email.context_processors.media',
)
url(r'^email/', include('eazyemail.urls')),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages