mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-17 03:31:12 +00:00
added instructions to run setup.py to contributing.rst
This commit is contained in:
parent
5595b68fb5
commit
d0bfca08af
1 changed files with 3 additions and 3 deletions
|
|
@ -27,14 +27,14 @@ Local Installation
|
||||||
1. Create a **virtualenv**. Activate it.
|
1. Create a **virtualenv**. Activate it.
|
||||||
2. cd into django-admin2
|
2. cd into django-admin2
|
||||||
3. type ``$ pip install -r requirements.txt``
|
3. type ``$ pip install -r requirements.txt``
|
||||||
|
4. type ``$ python setup.py develop``
|
||||||
|
|
||||||
Try the example projects
|
Try the example projects
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
1. cd into example/ (or example2/)
|
1. cd into example/ (or example2/)
|
||||||
2. create a symbolic link to djadmin2: `ln -s ../djadmin2`
|
2. create the database: `python manage.py syncdb`
|
||||||
3. create the database: `python manage.py syncdb`
|
3. run the dev server: `python manage.py runserver`
|
||||||
4. run the dev server: `python manage.py runserver`
|
|
||||||
|
|
||||||
|
|
||||||
Issues!
|
Issues!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue