Initial groundwork for using virtualenv

This commit is contained in:
2010-06-30 10:45:27 +01:00
parent 0d5bd2a16f
commit 3034a0c09a
6 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
/usr/bin/python ./manage.py runfcgi method=threaded host=127.0.0.1 port=9981
. ./env/bin/activate
python ./manage.py runfcgi method=threaded host=127.0.0.1 port=9981