mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
chore: util to manage URLs in the codebase (#1179)
* chore: util to manage URLs in the codebase * docs: mentiion validate_links and supported_versions in docs * refactor: fix linter errors
This commit is contained in:
parent
5f4fbe76e5
commit
ccf02fa316
67 changed files with 678 additions and 309 deletions
|
@ -30,7 +30,7 @@ COMPONENTS = {
|
|||
}
|
||||
```
|
||||
|
||||
The value should be the name of one of your configured cache backends from Django's [`CACHES`](https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-CACHES) setting.
|
||||
The value should be the name of one of your configured cache backends from Django's [`CACHES`](https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-CACHES) setting.
|
||||
|
||||
For example, to use Redis for caching component assets:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue