Skip to content

babtiss/django-app-tree-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django tree-menu project

The repository with task for my practice

Objective:

Need to make a django app that will implement the tree menu.

Conditions:

  • Doesn't use third-party libraries (only Django and the Python standard library)
  • Use postgresql database
  • Easy to add to template (use template tags)
  • To render each menu exactly 1 request to the database is required
  • Any number of nesting levels
  • Separate the link / data display logic for menus and related apps

How it looks:

alt tag alt tag alt tag alt tag alt tag