Merge lp:~coreygoldberg/ubuntu-api-website/fixup-readme into lp:ubuntu-api-website

Proposed by Corey Goldberg
Status: Merged
Approved by: Michael Hall
Approved revision: 38
Merged at revision: 38
Proposed branch: lp:~coreygoldberg/ubuntu-api-website/fixup-readme
Merge into: lp:ubuntu-api-website
Diff against target: 20 lines (+2/-2)
1 file modified
README (+2/-2)
To merge this branch: bzr merge lp:~coreygoldberg/ubuntu-api-website/fixup-readme
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+190215@code.launchpad.net

Commit message

fixed readme with migrate step

Description of the change

- fixed readme so it includes `python manage.py migrate`.
- removed `--no-site-packages` from virtualenv creation as this is now default.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2013-02-09 16:39:19 +0000
3+++ README 2013-10-09 18:27:25 +0000
4@@ -2,7 +2,7 @@
5
6 bzr branch lp:ubuntu-community-webthemes/developer-django-theme ./developer_network/ubuntu_website
7
8-virtualenv --no-site-packages ./env
9+virtualenv ./env
10 ./env/bin/pip install -r requirements.txt
11
12
13@@ -10,6 +10,6 @@
14
15 cd ./developer_network
16 ../env/bin/python manage.py syncdb
17+../env/bin/python manage.py migrate
18 ../env/bin/python manage.py collectstatic
19 ../env/bin/python manage.py runserver
20-

Subscribers

People subscribed via source and target branches