Add example project section
This commit is contained in:
parent
6664b433fd
commit
6ec3c13740
1 changed files with 12 additions and 0 deletions
12
README.rst
12
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 <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
|
||||
|
|
Loading…
Reference in a new issue