mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fork from Djrill and rename to "anymail"
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user