Skip to content

Commit

Permalink
Fix django section of tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
therealphildini committed May 22, 2017
1 parent b51c203 commit 126b9a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/tutorial-1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,21 @@ Edit the ``setup.py`` file to include a package helper for Django:
Now you can invoke setuptools again:

.. code-block:: bash
$ python setup.py django
Once this process has completed, there are a couple of steps left (that are helpfully outputted by the last command) to setup the django project:

.. code-block:: bash
$ cd django
$ ./manage.py migrate
Then, we can run the application:


.. code-block:: bash
$ ./manage.py runserver
If you open up ``localhost:8000`` in your browser, you should see the same application running in the web.
Expand Down

0 comments on commit 126b9a9

Please sign in to comment.