fixed error reporting in dal

This commit is contained in:
mdipierro
2012-11-30 08:34:11 -06:00
parent b6947c5f25
commit eda7e27394
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