Skip to content

Commit

Permalink
Fix #30 & #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Borgstrom committed Dec 16, 2014
1 parent 267084a commit e3a5e04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/example.rst
Expand Up @@ -6,3 +6,5 @@ If you're looking for a quick way to evaluate django-simple-menu there's an
quickly setup to learn and tinker with the menu system. Simply clone the
github repo to your local development workspace and then follow the README
file located in the "example" folder of the sources.

.. _example project: https://github.com/fatbox/django-simple-menu/tree/master/example/
20 changes: 10 additions & 10 deletions example/README.rst
@@ -1,14 +1,14 @@
Example Project for django-simple-menu
======================================

This is a complete example project for django-simple-menu that can be
quickly used to evaluate if django-simple-menu is right for you.
This is a complete example project for django-simple-menu that can be quickly
used to evaluate if django-simple-menu is right for you.

Setting up
----------

To setup the project you need to create a new virtualenv directory and
install the dependencies listed in the requirements file::
To setup the project you need to create a new virtualenv directory and install
the dependencies listed in the requirements file::

virtualenv testenv
source testenv/bin/activate
Expand All @@ -22,9 +22,9 @@ And finally run the project::

./manage.py runserver

Once you access the project you will see a menu that will change depending
on if you're logged in, logged in as a staff member or logged in as a
superuser. To fully see the menu system in action you will need to login to
the Django admin and create two new users (one just a staff member and the
other a regular user, you already have a superuser from the syncdb call)
and then login with all three of them to compare the resulting menus.
Once you access the project at http://127.0.0.1:8000 you will see a menu that
will change depending on if you're logged in, logged in as a staff member or
logged in as a superuser. To fully see the menu system in action you will need
to login to the Django admin and create two new users (one just a staff member
and the other a regular user, you already have a superuser from the syncdb
call) and then login with all three of them to compare the resulting menus.

0 comments on commit e3a5e04

Please sign in to comment.