Skip to main content

This reusable Django app introduces site tree, menu and breadcrumbs navigation elements

Project description

http://github.com/idlesign/django-sitetree

https://img.shields.io/pypi/v/django-sitetree.svg https://img.shields.io/pypi/dm/django-sitetree.svg https://img.shields.io/pypi/l/django-sitetree.svg https://img.shields.io/coveralls/idlesign/django-sitetree/master.svg https://img.shields.io/travis/idlesign/django-sitetree/master.svg https://landscape.io/github/idlesign/django-sitetree/master/landscape.svg?style=flat

What’s that

django-sitetree is a reusable application for Django, introducing site tree, menu and breadcrumbs navigation elements.

Site structure in django-sitetree is described through Django admin interface in a so called site trees. Every item of such a tree describes a page or a set of pages through the relation of URI or URL to human-friendly title. Eg. using site tree editor in Django admin:

URI             Title
  /             - Site Root
  |_users/      - Site Users
    |_users/13/ - Definite User

Alas the example above makes a little sense if you have more than just a few users, that’s why django-sitetree supports Django template tags in item titles and Django named URLs in item URIs. If we define a named URL for user personal page in urls.py, for example, ‘users-personal’, we could change a scheme in the following way:

URI                           Title
  /                           - Site Root
  |_users/                    - Site Users
    |_users-personal user.id  - User Called {{ user.first_name }}

After setting up site structure as a sitetree you should be able to use convenient and highly customizable site navigation means (menus, breadcrumbs and full site trees). User access to certain sitetree items can be restricted to authenticated users or more accurately with the help of Django permissions system (Auth contrib package).

Documentation

http://django-sitetree.readthedocs.org/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sitetree-1.6.0.tar.gz (77.5 kB view details)

Uploaded Source

Built Distribution

django_sitetree-1.6.0-py2.py3-none-any.whl (97.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-sitetree-1.6.0.tar.gz.

File metadata

File hashes

Hashes for django-sitetree-1.6.0.tar.gz
Algorithm Hash digest
SHA256 c5e412998a5a135a1016efa563231f0254deacae427db27b5766cb15ef91f80d
MD5 40de9e0f1b372bfc9deba62405e72578
BLAKE2b-256 e32fac553c7fb2348dc1b23ae94bb75f48f0e2bfd73fa85e57fe16aa462469c2

See more details on using hashes here.

File details

Details for the file django_sitetree-1.6.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_sitetree-1.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f9b68d252550426a5fcc964f418db0e0fb71b503153088b7013446e3d827b62
MD5 2e1a2deabb87e975536a97b1b03a8185
BLAKE2b-256 ad4b8258610007e14851981c7673f418701599d0d345f6f9f93bbe16dc7ec513

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page