Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 764 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 764 Bytes

About

Unofficial portal of MIIGAiK university schedule. Is not affiliated with university in any sense, running only on voluntary basis.

If you know how to make it better, feel free to send a PR or mail me.

Contributing

Install GAE, initialize venv and make linkenv (gae venv hack):

virtualenv .venv
source .venv/bin/activate
pip install git+https://github.com/ze-phyr-us/linkenv.git
pip install -r requirements.txt
linkenv .venv/lib/python2.7/site-packages gaenv
env -i bash -l

Start dev server:

dev_appserver.py .

Initialize test dataset

echo 'MIIGAIK_SCHEDULE_IMPORTER_SOURCE=mock.MockDataSource()' > /tmp/.miigaik-env
open http://localhost:8081/tasks/update_db