gulliverbms/django_grapesjs

View on GitHub
django_grapesjs/template/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from django.template.backends.dummy import TemplateStrings
from django_grapesjs.settings import TEMPLATE_DIR

__all__ = ('template_source', )


TemplateStrings.app_dirname = TEMPLATE_DIR
template_source = TemplateStrings({'DIRS': [], 'APP_DIRS': True, 'OPTIONS': {}, 'NAME': 'django'})