-
With Django 1.8, jinja2 can be configured as the [template backend](https://docs.djangoproject.com/en/1.8/topics/templates/#django.template.backends.jinja2.Jinja2).
jinja2 doesn't accept context proc…
-
Passing a Context or a RequestContext is still possible when the template is loaded by a DjangoTemplates backend but it’s deprecated and isn't supported since Django 1.10.
-
We want to be able to customize templates per subsite (geonode_config, home, snippets, etc.).
Since subsites are data models, we don't have a real folder per subsite. My proposal is to make the modul…
-
I have copied the required setup from the docs page, and added 1 template folder.
However I'm getting a this warning:
```
?: (debug_toolbar.W006) At least one DjangoTemplates TEMPLATES configurati…
-
### Proposed Changes
There are several places within NetBox where we define non-standard HTML templates for views in order to customize how forms are rendered. We should move all such logic into form…
-
Brilliant idea or terrible idea? Would this enhance the ecosystem or destroy it?
-
Hi.
Manually declare template loaders, using the cached loader:
```
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
#…
-
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint
- [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues)
- [x] I've read the [docs](https…
-
I am seeing this error _sometimes_ occur when running pandoc. (but its actually not deterministic, sometimes files succeed and sometimes they fail). I'd like to find a reproducible case for this -- an…
-
I receive the following warning in response to python manage.py check on rev 14.0.4
Any suggestions, please??
WARNINGS:
tendenci_1 | ?: (debug_toolbar.W006) At least one DjangoTemplates TEMPL…