Django application menu.
Project description
Install
$ pip install django-garpix-menu
Add ‘garpix_menu’ to INSTALLED_APPS in settings.py:
INSTALLED_APPS = ( ... 'garpix_menu', ... )
Make migrate:
$ python manage.py migrate
Enjoy!
Using
Add to your base template:
{% load garpix_menu %}
{% garpix_menu_css %} {% garpix_menu_js %}
Add some Menu and MenuItem in admin panel. Set some code (for example - ‘demo’) for your Menu.
Include slider on your page in your template:
{% garpix_menu ‘demo’ %}
Repository
License
MIT
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-garpix-menu-0.1.0.tar.gz (3.3 kB) | File type Source | Python version None | Upload date | Hashes View hashes |