Skip to main content

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

Project description

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

release lic coverage

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).

Sitetree also allows you to define dynamic trees in your code instead of Admin interface. And even more: you can combine those two types of trees in more sophisticated ways.

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

Uploaded Source

Built Distribution

django_sitetree-1.18.0-py3-none-any.whl (119.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-sitetree-1.18.0.tar.gz
  • Upload date:
  • Size: 91.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for django-sitetree-1.18.0.tar.gz
Algorithm Hash digest
SHA256 11228c67f27a4243921b9473d4212a588714c0038698673073e564375640021e
MD5 9b0212b05aeb20b3e63d4c1a1fcbfd4b
BLAKE2b-256 2c43c4c868b89dcefad8c967655ba3d6d56ed8c5b87d5f58538a3e15b8ffcb70

See more details on using hashes here.

File details

Details for the file django_sitetree-1.18.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_sitetree-1.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b53f784493031ae2f8edb98f177c10d0f5defc58c59a0cc4f1dfaa25ad761427
MD5 1d45af0798c9f365c2d4915c946985e4
BLAKE2b-256 0d0cbbbe6440cbaec7a9f93ab7b1c137d59c7d62e2aac0751bf57179113b2960

See more details on using hashes here.

Supported by

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