Skip to content

Commit

Permalink
Generify commands so they work on all platforms (#2238)
Browse files Browse the repository at this point in the history
(Including Windows)
  • Loading branch information
BruceEckel authored and agjohnson committed Jun 2, 2016
1 parent e870040 commit aa6a54d
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 @@ -73,15 +73,15 @@ Next, install the dependencies using ``pip`` (included inside of virtualenv_)::
This may take a while, so go grab a beverage. When it's done, build your
database::

./manage.py migrate
python manage.py migrate

Then please create a superuser account for Django::

./manage.py createsuperuser
python manage.py createsuperuser
Now let's properly generate the static assets::

./manage.py collectstatic
python manage.py collectstatic

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

Expand Down

0 comments on commit aa6a54d

Please sign in to comment.