mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-15 20:31:07 +00:00
Merge pull request #206 from esoergel/get_example_proj_to_work
minor: fix formatting in contributing.rst and added links to virtualenv and virtualenvwrapper
This commit is contained in:
commit
dedaadae5f
1 changed files with 5 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ If you have git-scm installed, you now clone your git repo using the following c
|
|||
Local Installation
|
||||
-------------------------
|
||||
|
||||
1. Create a **virtualenv**. Activate it.
|
||||
1. Create a virtualenv_ (or use virtualenvwrapper_). Activate it.
|
||||
2. cd into django-admin2
|
||||
3. type ``$ pip install -r requirements.txt``
|
||||
4. type ``$ python setup.py develop``
|
||||
|
|
@ -33,9 +33,11 @@ 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`
|
||||
2. create the database: ``$ python manage.py syncdb``
|
||||
3. run the dev server: ``$ python manage.py runserver``
|
||||
|
||||
.. _virtualenv: http://www.virtualenv.org/en/latest/
|
||||
.. _virtualenvwrapper: http://virtualenvwrapper.readthedocs.org/en/latest/
|
||||
|
||||
Issues!
|
||||
=======
|
||||
|
|
|
|||
Loading…
Reference in a new issue