Metadata-Version: 2.1
Name: django-tab-menus
Version: 0.0.17
Summary: Django app to render menus and load tabs with Ajax
Home-page: https://github.com/jonesim/django-menus
Author: Ian Jones
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django-ajax-helpers

[![PyPI version](https://badge.fury.io/py/django-tab-menus.svg)](https://badge.fury.io/py/django-tab-menus)

Django app to render menus and load tabs with Ajax

See example django project with docker compose file 

Add to installed apps in settings   
`'django_menus',`
    
