Skip to content

Commit

Permalink
Add example project section
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Nov 30, 2013
1 parent 6664b43 commit 6ec3c13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Expand Up @@ -76,3 +76,15 @@ You can get the last bleeding edge version of django-configfield by doing a clon
of its git repository::

git clone https://github.com/goinnn/django-multiselectfield


Example project
===============

In the source tree, you will find a directory called `example <https://github.com/goinnn/django-multiselectfield/tree/master/example/>`_. It contains
a readily setup project that uses django-multiselectfield. You can run it as usual:

::

python manage.py syncdb --noinput
python manage.py runserver

0 comments on commit 6ec3c13

Please sign in to comment.