Navigation
Apps implementing site navigation (e.g. breadcrumbs, menu, site trees).
Search & Filter
| Package | django-sitetree | django-simple-menu | django-simple-nav | django-navtag | django-view-breadcrumbs | django-propeller | Django Lineup | django-dynamic-breadcrumbs |
|---|---|---|---|---|---|---|---|---|
|
Description
|
Reusable application for
Django introducing site tree, menu and breadcrumbs navigation ele… |
Simple, yet powerful,
code-based menus for Django applications |
A simple, flexible, and
extensible navigation menu for Django |
Keep that navigation logic in
the presentation layer where it belongs. |
Breadcrumb mixins for django
views. Create breadcrumbs in seconds. |
Develop more, Code less.
Propeller integration with Django. Propeller is a front-end respo… |
Navigation system for django
sites |
Django app to generate HTML
breadcrumbs from URL paths |
|
Category
|
App | App | App | App | App | App | App | App |
|
Using This
|
23
|
3
|
0
|
0
|
0
|
1
|
1
|
0
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Beta | Production/Stable | Production/Stable | Beta | Production/Stable | Unknown |
|
Version (PyPI)
|
1.18.1 | 2.1.4 | 0.15.0 | 3.3.1 | 2.5.1 | 1.5.0 | 1.0.0 | 0.4.3 |
|
Stars
|
349 | 272 | 38 | 36 | 77 | 30 | 12 | 19 |
|
Forks
|
128 | 82 | 1 | 8 | 9 | 5 | 1 | 5 |
|
Commits
|
|
|
|
|
|
|
|
|
|
Updated
|
9 Apr 2026 | 5 May 2025 | 1 Mar 2026 | 22 Jul 2025 | 22 Apr 2024 | 30 Aug 2024 | 21 Apr 2026 | 20 Sep 2023 |
|
License
|
BSD-3-Clause | BSD 2-Clause | Custom | MIT | BSD License | MIT License | MIT | MIT |
|
Links
|
||||||||
|
Feature Comparison
(click cells to edit)
|
||||||||
|
NAV Breadcrumbs
|
|
|
|
—
|
—
|
—
|
|
—
|
|
NAV Menu
|
|
|
|
—
|
—
|
—
|
|
—
|
|
NAV Site tree
|
|
|
—
|
—
|
—
|
—
|
|
—
|
|
Contrib Admin support
|
|
|
|
—
|
—
|
—
|
|
—
|
|
Permissions
|
|
|
|
—
|
—
|
—
|
—
|
—
|
|
Pluggable sources
|
(app level)
|
wtf?
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Per-view
|
|
|
|
—
|
—
|
—
|
—
|
—
|
|
Active Item
|
|
|
|
—
|
—
|
—
|
|
—
|
|
Parents for active
|
|
|
—
|
—
|
—
|
—
|
|
—
|
|
Internationalization
|
|
|
—
|
—
|
—
|
—
|
—
|
—
|
Reusable application for Django introducing site tree, menu and breadcrumbs navigation elements.
Simple, yet powerful, code-based menus for Django applications
A simple, flexible, and extensible navigation menu for Django
Keep that navigation logic in the presentation layer where it belongs.
Breadcrumb mixins for django views. Create breadcrumbs in seconds.
Develop more, Code less. Propeller integration with Django. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
Navigation system for django sites
Django app to generate HTML breadcrumbs from URL paths
Showing 8 of 21 packages in this grid.
Features Being Compared
NAV Breadcrumbs
Application can produce breadcrumbs navigation.
NAV Menu
Application can produce menu navigation.
NAV Site tree
Application can produce site trees (full site structure, sometimes reffered as site map).
Contrib Admin support
Application supports its management with Django Admin contrib. package.
Permissions
Provides dynamic menu generation based on user permissions.
Pluggable sources
Per-view
Views can be annotated with breadcrumbs
Active Item
Automatically identifies the active item
Parents for active
Automatically identifies all parents for active item (*for tree structures, e.g. menu).
Internationalization
Application facilitates internationalization process.