From 6ec3c13740ff85a820a27d71b473d1ba99057d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Sat, 30 Nov 2013 20:19:05 +0100 Subject: [PATCH] Add example project section --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index ee05436..0b80f65 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. 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