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)
Scalable row-level multi-tenancy for Django with PostgreSQL Row Level Security.
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.
Pluggable search engine integration for Django: swappable backends (Meilisearch, PostgreSQL, Dummy), auto-indexing, and a unified service API.
Scalable sitemap generation for Django: background XML sitemaps (standard, image, video, news), robots.txt, llms.txt, ads.txt, security.txt, and humans.txt.
Cross-domain taxonomy, vocabularies, and tagging for Django: hierarchical and flat term trees, generic object tagging, and SKOS-style term relationships.
Materialised path tree structures for Django: fast ancestor and descendant lookups, configurable path format, queryset returns, and async-safe design.
Self-hosted WAF middleware for Django: rate limiting, user-agent anomaly scoring, JS proof-of-work challenges, nginx blocklist generation, and collective threat feed integration.
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.