Django template tags designed to help the navigation rendering
Project description
Django template tags to add active class on navigation menus
Prerequisites
Django 4.2
Python 3.10
Installation
From sources
python setup.py install
From PyPi
pip install django-navhelper==1.0
Configure your Django installation
Add geelweb.django.navhelper in your INSTALLED_APPS.
Settings
You can customize some options using settings
NAVHELPER_ACTIVE_CLASS
Default: ‘active’
The class name for active entries
NAVHELPER_NOT_ACTIVE_CLASS
Default: ‘’ (Empty string)
The class name for non-active entries
Run test suite
To run the test suite, first, create and activate a virtual environment. Then install some requirements and run the tests:
pip install Django==4.2
python runtests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.