querysetget — auto-expose Django QuerySet via REST
A small library that auto-exposes Django QuerySet API via GET/querystring of all models in a project — REST-like format, zero config.
Useful for quick admin-side data exploration without writing per-model views.
Stack
Python, Django