missing exception imported

This commit is contained in:
Serghei Mihai 2014-09-08 17:23:27 +02:00
parent bb7c7a0e8a
commit 6cbd4d70b3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import logging
from django.core.exceptions import ImproperlyConfigured
from django.template.loader import get_template
from django.template import Template
from django.template import Template, TemplateDoesNotExist
from django.conf import settings
from .base import BaseRenderer