mirror of
https://github.com/django-components/django-components.git
synced 2025-09-20 12:49:45 +00:00
commit
da54d97343
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ weight: 3
|
||||||
'django.template.loaders.cached.Loader', [
|
'django.template.loaders.cached.Loader', [
|
||||||
# Default Django loader
|
# Default Django loader
|
||||||
'django.template.loaders.filesystem.Loader',
|
'django.template.loaders.filesystem.Loader',
|
||||||
# Inluding this is the same as APP_DIRS=True
|
# Including this is the same as APP_DIRS=True
|
||||||
'django.template.loaders.app_directories.Loader',
|
'django.template.loaders.app_directories.Loader',
|
||||||
# Components loader
|
# Components loader
|
||||||
'django_components.template_loader.Loader',
|
'django_components.template_loader.Loader',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue