mirror of
https://github.com/django/django.git
synced 2025-08-22 17:59:13 +00:00
10 lines
222 B
Python
10 lines
222 B
Python
from django.template.backends.django import DjangoTemplates
|
|
|
|
from .test_dummy import TemplateStringsTests
|
|
|
|
|
|
class DjangoTemplatesTests(TemplateStringsTests):
|
|
|
|
engine_class = DjangoTemplates
|
|
backend_name = 'django'
|