Fix all integrations

This commit is contained in:
2026-03-08 22:08:55 +00:00
parent bca4d6898f
commit acedc01e83
58 changed files with 4120 additions and 960 deletions

View File

@@ -33,12 +33,12 @@ Designed for **HTMX**, **Gridstack.js**, and **Django ORM** with built-in **acce
Add to your `requirements.txt`:
```shell
git+https://git.zm.is/XF/django-crud-mixins
git+https://git.example.invalid/vendor/django-crud-mixins
```
Or install via pip:
```shell
pip install git+https://git.zm.is/XF/django-crud-mixins
pip install git+https://git.example.invalid/vendor/django-crud-mixins
```
## 🔧 Usage