Skip to content

Commit

Permalink
fix syntax for command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 26, 2016
1 parent ac336db commit 7285600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The project root contains a **Makefile** which allows you to quickly set everyth

This will automatically set up the web app using **venv** and **SQLite** as database. An admin user with name **admin** and password **admin** will also be created.

The server can be started after activating the virtual environment first:
The server can be started after activating the virtual environment first::

source venv/bin/activate
python manage.py runserver
Expand Down

0 comments on commit 7285600

Please sign in to comment.