mirror of
https://github.com/kennethreitz-archive/django-todo.git
synced 2026-06-05 07:16:11 +00:00
updating documentation
This commit is contained in:
@@ -7,6 +7,7 @@ Getting setup
|
||||
-------------
|
||||
|
||||
::
|
||||
|
||||
virtualenv --no-site-packages venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
@@ -17,6 +18,7 @@ Deploying to Heroku
|
||||
-------------------
|
||||
|
||||
::
|
||||
|
||||
heroku create -s cedar
|
||||
git push heroku master
|
||||
heroku run python app/manage.py syncdb
|
||||
|
||||
Reference in New Issue
Block a user