We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d930 commit a9cdaecCopy full SHA for a9cdaec
README.rst
@@ -38,6 +38,11 @@ In a template you want to render a menu first ``{% load menu %}`` then inside a
38
``{% generate_menu %}`` and a new varaible named ``menus`` will be added to the context. You can
39
now iterate over this ``menus`` object to render your menus.
40
41
+To quickly see everything in action and evaluate django-simple-menut please check out the
42
+`example project`_.
43
+
44
+.. _example project: https://github.com/borgstrom/django-simple-menu/tree/master/example
45
46
47
Documentation
48
-------------
0 commit comments