mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Merge pull request #204 from esoergel/get_example_proj_to_work
added instructions for getting the example projects running to the 'SETUP' section of contributing.rst
This commit is contained in:
commit
bb3988b7b8
1 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,14 @@ Local Installation
|
|||
1. Create a **virtualenv**. Activate it.
|
||||
2. cd into django-admin2
|
||||
3. type ``$ pip install -r requirements.txt``
|
||||
4. type ``$ python setup.py develop``
|
||||
|
||||
Try the example projects
|
||||
--------------------------
|
||||
|
||||
1. cd into example/ (or example2/)
|
||||
2. create the database: `python manage.py syncdb`
|
||||
3. run the dev server: `python manage.py runserver`
|
||||
|
||||
|
||||
Issues!
|
||||
|
|
|
|||
Loading…
Reference in a new issue