Fork from Djrill and rename to "anymail"

This commit is contained in:
medmunds
2016-02-27 11:10:58 -08:00
parent f95d5d66dc
commit 921dd5d0d6
30 changed files with 68 additions and 60 deletions

View File

@@ -5,7 +5,7 @@
import sys
from django.conf import settings
APP = 'djrill'
APP = 'anymail'
settings.configure(
DEBUG=True,
@@ -29,7 +29,7 @@ settings.configure(
'django.contrib.auth.middleware.AuthenticationMiddleware',
),
TEMPLATES=[
# Djrill doesn't have any templates, but tests need a TEMPLATES
# Anymail doesn't have any templates, but tests need a TEMPLATES
# setting to avoid warnings from the Django 1.8+ test client.
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',