Formwork is a highly packaged flask demo. It's intergrates various code such as mysql(pymysql),function for web development purposes,route demo, template demo and so on.
- change project/templates/ folder to add or modify html file.
- Change project/routes/ folder to modify route.py file.
- run
python setup.py install
to install required module on root directory. - Follow script.sh to serve the web.if you run formwork on windows,please download git and run
./script.sh
on git bash.
Your help is more than welcome! Even just open an issue to ask a question may greatly help others.