mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-01 12:04:46 +00:00
extended 'SETUP' section of contributing.rst to include instructions for getting the example projects running
This commit is contained in:
parent
5c26287100
commit
5595b68fb5
1 changed files with 8 additions and 0 deletions
|
|
@ -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!
|
||||
=======
|
||||
|
|
|
|||
Loading…
Reference in a new issue