Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (31 loc) · 467 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 467 Bytes

acpyssweb

PySS Society website

Requirements

Python2.7:

pip install -r requirements.txt

System:

Postgres:

  • Ubuntu/Debian:
apt-get install postgresql-server-dev-X.Y
pip install psycopg2

Run instrunction

Django style:

  • (first time)
python manage.py createdb
  • (each time)
python mmanage.py runserver

Local configuration example for postgres:

License