mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Fix: Fixed load tag name in README
Fixes EmilStenstrom/django-components#447
This commit is contained in:
parent
be4b1f1a02
commit
a2225bf58f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ STATICFILES_DIRS = [
|
|||
|
||||
### Optional
|
||||
|
||||
To avoid loading the app in each template using ``` {% load django_components %} ```, you can add the tag as a 'builtin' in settings.py
|
||||
To avoid loading the app in each template using ``` {% load component_tags %} ```, you can add the tag as a 'builtin' in settings.py
|
||||
|
||||
```python
|
||||
TEMPLATES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue