Monorepo for the Django HStore ecosystem packages.
| Package | Description | Status |
|---|---|---|
| django-hstore-widget | Human-friendly HStore widget for Django admin | |
| django-hstore-field | Drop-in HStore field with auto-wired widget |
For new projects, use django-hstore-field — it auto-wires the widget.
For lower-level control, use django-hstore-widget directly.
This project uses uv for Python workspace management and npm for the frontend build.
# Install Python dependencies
uv sync --group test
# Install frontend dependencies
cd packages/django_hstore_widget && npm install
# Build frontend
npm run build
# Run tests
uv run pytest packages/django_hstore_widget/tests/
uv run pytest packages/django_hstore_field/tests/See the Zensical docs for comprehensive documentation.
MIT see LICENSE