Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.12 KB

index.rst

File metadata and controls

42 lines (35 loc) · 1.12 KB

Welcome to Django Menu Generator's documentation!

Django Menu Generator is a productivity tool that enables the generation of full featured menus through python dictionaries list, you only need to setup the HTML structure once for each menu you like to build and then use the dictionaries to generate menu items

Features:

  • Tested support to Python 3.4, 3.5, 3.6
  • Tested support to Django 1.8, 1.9, 1.10, 1.11, 2.0
  • No database
  • Support unlimited menus
  • Icons support
  • Semi-Automatically identifies the selected item and his breadcrums
  • Conditional menu items display through validators (Permissions, Authentications or whatever you want)

Contents:

.. toctree::
   :maxdepth: 2

   install
   usage
   menugeneration
   urls
   validators
   changelog
   tests
   authors
   contribute
   support
   license
   credits