django-active-tab

nav decorator for django views


Keywords
Django, decorator, view, utilities
License
Other
Install
pip install django-active-tab==0.1.1

Documentation

#django-active-tab

Install

pip install django-active-tab

Usage

import django_active_tab as active_tab

@active_tab("tab", "sub_tab")
def view(request):
	...