Add README for example project

This commit is contained in:
Bradley Ayers 2013-12-16 01:43:42 +11:00
parent fb07d51200
commit 65117bfcc4
1 changed files with 5 additions and 0 deletions

5
example/README.rst Normal file
View File

@ -0,0 +1,5 @@
The example project only supports the latest version of Django. To get it up and running::
pip install -r requirements.pip
python manage.py syncdb
python manage.py runserver