Skip to content

Commit a9cdaec

Browse files
author
Evan Borgstrom
committed
Add note about the example project
1 parent 4e7d930 commit a9cdaec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ In a template you want to render a menu first ``{% load menu %}`` then inside a
3838
``{% generate_menu %}`` and a new varaible named ``menus`` will be added to the context. You can
3939
now iterate over this ``menus`` object to render your menus.
4040

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+
4146

4247
Documentation
4348
-------------

0 commit comments

Comments
 (0)