extended 'SETUP' section of contributing.rst to include instructions for getting the example projects running

This commit is contained in:
Ethan Soergel 2013-06-18 02:16:54 -04:00
parent 5c26287100
commit 5595b68fb5

View file

@ -28,6 +28,14 @@ Local Installation
2. cd into django-admin2
3. type ``$ pip install -r requirements.txt``
Try the example projects
--------------------------
1. cd into example/ (or example2/)
2. create a symbolic link to djadmin2: `ln -s ../djadmin2`
3. create the database: `python manage.py syncdb`
4. run the dev server: `python manage.py runserver`
Issues!
=======