Skip to main content

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

Project description

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

LBC Python 2

release lic ci 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.15.1.tar.gz (77.5 kB view details)

Uploaded Source

Built Distribution

django_sitetree-1.15.1-py2.py3-none-any.whl (103.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-sitetree-1.15.1.tar.gz
  • Upload date:
  • Size: 77.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for django-sitetree-1.15.1.tar.gz
Algorithm Hash digest
SHA256 e0691c34919465a3610c40fb39dcf586bb4e303f5182c5905ef496764f43338b
MD5 4c0af1213d1c3e5d464a9a7f73988823
BLAKE2b-256 d47a0d0196cb98a192767eee8fc300893c7468e8cbb7c56ec0f57b20d5b355da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_sitetree-1.15.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4f51894fd45df3e2b6ab8725f03b1ffdb923e02368e16360d6576aba7181364f
MD5 2cd8fdbdb3941a7c5f4c8b1587963a3d
BLAKE2b-256 8adf4beb7596c28f7164dd2c71e0ee66948a30673f30411e8b5d42656147b551

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