django-components/docs/reference/urls.md
Juro Oravec 8b9b93787f
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run
docs: add 2-level tabs, add examples and plugins, move comunity, split release notes (#1345)
2025-08-18 08:58:09 +02:00

27 lines
715 B
Markdown

<!-- Autogenerated by reference.py -->
# URLs
Below are all the URL patterns that will be added by adding `django_components.urls`.
See [Installation](../getting_started/installation.md#adding-support-for-js-and-css)
on how to add these URLs to your Django project.
Django components already prefixes all URLs with `components/`. So when you are
adding the URLs to `urlpatterns`, you can use an empty string as the first argument:
```python
from django.urls import include, path
urlpatterns = [
...
path("", include("django_components.urls")),
]
```
## List of URLs
- `components/cache/<str:comp_cls_id>.<str:input_hash>.<str:script_type>`
- `components/cache/<str:comp_cls_id>.<str:script_type>`