PySS Society website
Python2.7:
pip install -r requirements.txtSystem:
Postgres:
- Ubuntu/Debian:
apt-get install postgresql-server-dev-X.Y
pip install psycopg2Django style:
- (first time)
python manage.py createdb- (each time)
python mmanage.py runserver