Backend Server For Tailor app: https://play.google.com/store/apps/details?id=com.baramasi.lotus
##How to setup on local machine This app base on django rest framework. We prefer to use virtualenv to create seperate environment for project and install all dependencies mentioned in requirements.txt Use settings_template.py as a reference to set it up on local machine. Point settings to appropriate settings file using ln command (eg. ln -s settings_template.py init.py)