Hanyang Univ. book sharing system
- Python 2.7
- virtualenvwrapper
- Do
bash setup.sh
from project root directory. - Do
./keygen.py
and append the text toactivate
script. - Do
workon bookstore
. - Read Instruction on setting South and do the right thing.
- Do
./manage.py runserver
from project root directory. - Profit!
- Change model.
python manage.py schemamigration --auto <app name>
for schema change.python manage.py migrate <app name>
for data change.