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://badge.fury.io/py/django-sitetree.png https://pypip.in/d/django-sitetree/badge.png https://coveralls.io/repos/idlesign/django-sitetree/badge.png https://travis-ci.org/idlesign/django-sitetree.svg?branch=master

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.2.1.tar.gz (68.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-sitetree-1.2.1.tar.gz
Algorithm Hash digest
SHA256 c50986a4b66cb9eb932c3d5aaffe88902089292b4856aff7197ef4454f6a399a
MD5 ac1ef4f1bc690e60c022b9d0cff0ff46
BLAKE2b-256 b4010126c90bd7f80bb8b6178d57eb939609a7c2b95704e872f10b2934495755

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