Skip to content

Commit 98c2a42

Browse files
committed
add django-sitetree as example extension for django
1 parent bcccf8b commit 98c2a42

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,19 @@ ASGI event loop functionality to work properly. It is open sourced under the
422422
[MIT license](https://github.com/ericls/django-simple-task/blob/master/LICENSE).
423423

424424

425+
### django-sitetree
426+
[django-sitetree](https://github.com/idlesign/django-sitetree)
427+
([project documentation](https://django-sitetree.readthedocs.io/en/latest/)
428+
and
429+
[PyPI package information](https://pypi.org/project/django-sitetree/))
430+
is a [Django](/django.html) extension that makes it easier for
431+
developers to add site trees, menus and breadcrumb navigation elements
432+
to their web applications.
433+
434+
The django-sitetree project is provided as open source under the
435+
[BSD 3-Clause "New" or "Revised" License](https://github.com/idlesign/django-sitetree/blob/master/LICENSE).
436+
437+
425438
### django-smithy
426439
[django-smithy](https://github.com/jamiecounsell/django-smithy) is
427440
a [Django](/django.html) code library that allows users to send

0 commit comments

Comments
 (0)