www.in-hanoi.vn ====== Workspace ====== /home/td/data/programming/workspace/in-hanoi_ws/source/InHanoi ====== Ideas ====== * https://www.djangosites.org/tag/reviews/ * http://www.vinquire.com/wines/search/top-rated/ * http://www.isitanygood.biz/ * django-ratings: https://www.djangosites.org/s/www-pubreview-com-au/ ===== Code ===== * https://github.com/myles/restaurant-review * https://github.com/paulfurley/eatgf * ===== Worklog ===== ==== 2015-07-28 ==== * http://localhost/wiki/doku.php?id=programming:django:django_tutorial:tut_1_model&#resources * http://localhost/wiki/doku.php?id=projects:vfoss_org:vfoss_news_app Designing models. BizBase hold common information about a biz, name, address, geo location. Restaurant, Service, Shop inherite BizBase. Review? how it relate to the Biz? foreign key BizBase?? see django documentation models.