~doflah/ubuntu-api-website/autosuggest

« back to all changes in this revision

Viewing changes to README

  • Committer: mhall119
  • Author(s): Corey Goldberg
  • Date: 2013-10-09 18:29:20 UTC
  • mfrom: (37.1.1 fixup-readme)
  • Revision ID: mhall119@ubuntu.com-20131009182920-33ru80yrmb4eqgb4
fixed readme with migrate step

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
bzr branch lp:ubuntu-community-webthemes/developer-django-theme ./developer_network/ubuntu_website
4
4
 
5
 
virtualenv --no-site-packages ./env
 
5
virtualenv ./env
6
6
./env/bin/pip install -r requirements.txt
7
7
 
8
8
 
10
10
 
11
11
 cd ./developer_network
12
12
../env/bin/python manage.py syncdb
 
13
../env/bin/python manage.py migrate
13
14
../env/bin/python manage.py collectstatic
14
15
../env/bin/python manage.py runserver
15