mirror of
https://github.com/Hopiu/django.git
synced 2026-04-05 23:51:05 +00:00
9 lines
222 B
Python
9 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'
|