Skip to content

Commit

Permalink
add information about activating the venv before running the server
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Mar 5, 2012
1 parent 3debb76 commit 8cfa281
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -47,10 +47,14 @@ installing the "libjs-less" package.
Make it run
-----------

To make the server run, run the server with your local settings:
To make the server run, make sure you are inside a virtualenv, and then
run the server with your local settings:

python manage.py runserver --settings settings.local

If you are not inside a virtualenv, you can activate it by doing

source venv/bin/activate

Docs
----
Expand Down

0 comments on commit 8cfa281

Please sign in to comment.