add information about activating the venv before running the server

This commit is contained in:
Alexis Metaireau 2012-03-05 17:42:01 +01:00
Родитель 3debb76fd3
Коммит 8cfa281273
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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
----