ShowNote service.
Run following command.
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt --allow-all-external
(venv)$ foreman start web
If you have not prepared venv directory, you should run following command.
$ pip install virtualenv
$ mkdir venv
$ virtualenv --no-site-package venv
And goto http://localhost:5000
.
Run following command.
$ python manage.py test
- edit shownote
- edit agenda
- Add Login function(github)
- Add Person page. (/person/<person_name>)
- Track link click. (/link/<id_url_in_agenda>)
- Add database backup script.
- Add API.
- Realtime update/reflect agenda by several browser window. use pushpin.org?