Skip to content

Commit

Permalink
Rest of "generify commands" (#2239)
Browse files Browse the repository at this point in the history
Didn't get these on previous pull request
  • Loading branch information
BruceEckel authored and ericholscher committed Jun 14, 2016
1 parent 41ae66d commit 635210d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Now let's properly generate the static assets::

By now, it is the right time to load in a couple users and a test project::

./manage.py loaddata test_data
python manage.py loaddata test_data

.. note::

Expand All @@ -95,7 +95,7 @@ By now, it is the right time to load in a couple users and a test project::

Finally, you're ready to start the webserver::

./manage.py runserver
python manage.py runserver

Visit http://127.0.0.1:8000/ in your browser to see how it looks; you can use
the admin interface via http://127.0.0.1:8000/admin (logging in with the
Expand All @@ -110,7 +110,7 @@ While the webserver is running, you can build documentation for the latest versi
a project called 'pip' with the ``update_repos`` command. You can replace 'pip'
with the name of any added project::

./manage.py update_repos pip
python manage.py update_repos pip

What's available
----------------
Expand Down

0 comments on commit 635210d

Please sign in to comment.