Skip to content

Commit e3a5e04

Browse files
author
Evan Borgstrom
committed
Fix #30 & #31
1 parent 267084a commit e3a5e04

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/example.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ If you're looking for a quick way to evaluate django-simple-menu there's an
66
quickly setup to learn and tinker with the menu system. Simply clone the
77
github repo to your local development workspace and then follow the README
88
file located in the "example" folder of the sources.
9+
10+
.. _example project: https://github.com/fatbox/django-simple-menu/tree/master/example/

example/README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Example Project for django-simple-menu
22
======================================
33

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

77
Setting up
88
----------
99

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

1313
virtualenv testenv
1414
source testenv/bin/activate
@@ -22,9 +22,9 @@ And finally run the project::
2222

2323
./manage.py runserver
2424

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

0 commit comments

Comments
 (0)