mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-20097: Outdated and unsupported template engine removed (see conversation in issue)
This commit is contained in:
@@ -72,10 +72,9 @@ public abstract class TemplatesService {
|
||||
DJANGO,
|
||||
MAKO,
|
||||
JINJA2,
|
||||
WEB2PY,
|
||||
CHAMELEON);
|
||||
WEB2PY);
|
||||
|
||||
public static List<String> ALL_TEMPLATE_BINDINGS = ContainerUtil.immutableList("django-mako", "django-jinja", "django-chameleon",
|
||||
public static List<String> ALL_TEMPLATE_BINDINGS = ContainerUtil.immutableList("django-mako", "django-jinja",
|
||||
"flask-mako", "pyramid_jinja2");
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user