Skip to content

baseplate-admin/django-hstore-project

Repository files navigation

Django HStore Project

CI Documentation Status license: MIT uv

Monorepo for the Django HStore ecosystem packages.

Packages

Package Description Status
django-hstore-widget Human-friendly HStore widget for Django admin Pypi Badge
django-hstore-field Drop-in HStore field with auto-wired widget Pypi Badge

Quick Start

For new projects, use django-hstore-field — it auto-wires the widget.

For lower-level control, use django-hstore-widget directly.

Development

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/

Docs

See the Zensical docs for comprehensive documentation.

License

MIT see LICENSE

About

Human friendly HStoreWidget. Continual of django-admin-hstore-widget.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors