fixed error reporting in dal

This commit is contained in:
mdipierro
2012-11-30 08:34:11 -06:00
parent 1e7315d4a8
commit d2b4099cdb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
read -p "Choose your admin password?" passwd
sudo pip install virtualenv
sudo pip install postgresql2
sudo pip install psycopg2
virtualenv venv --distribute
source venv/bin/activate
pip freeze > requirements.txt