Home Live demos taxonomy
django-icv-taxonomy tags every package below with real capability terms from a faceted vocabulary. Select a facet to filter the catalogue live, or open a term to see its broader, narrower, and related terms: SKOS relationships, not a flat tag list.
Vocabulary: Capability (Faceted, multi-term)
Host-based URL routing and host-aware reversing for Django: per-host URLconfs, cross-host absolute URLs through the stock reverse() and {% url %}, redirect and wildcard entries. The zero-migration django-hosts replacement.
Foundation layer for ICV-Django: abstract base models (UUID PK, timestamps, soft-delete), middleware, audit logging, and test utilities.
Materialised path tree structures for Django: fast ancestor and descendant lookups, configurable path format, queryset returns, and async-safe design.
Vocabulary: Capability · type: Faceted
Infrastructure
A plain tag set: every term is a root, no parent allowed. Good for simple keyword tagging.
Terms nest via icv-tree's materialised paths, with an optional maximum depth. Good for category trees.
Used above: multiple independent terms per object, filtered by facet rather than walked as a tree.
Both links below are built the same way, a plain url template tag with no host handling. hostmap decides, per call, whether the result stays relative or becomes absolute.
Host-based URL routing and host-aware reversing.
Materialised path tree structures.
Cross-domain taxonomy, vocabularies, and tagging.
Pluggable search engine integration.
Scalable sitemap and discovery file generation.
A brand-agnostic UI substrate: shell, nav, components.