react 前端框架如何驱动企业数字化转型与创新发展
744
2022-10-31
基于Python的博客使用tornado和bootstrap框架开发(螺壳网)
luokr.com
The initial version of luokr.com was developed by Alvan in July 2013. It is a Python-based server application using Tornado framework at backend and Bootstrap framework at frontend. Now it just a simple blog about technology and life.
Below is the main directory structure:
luokr.com---- app/-------- etc.py # configuration file, see `../doc/etc.py.sample` for more details-------- svr.py # to start the app, run `python svr.py`-------- url.py # url mapping-------- ctrls/ # controllers, see Tornado's RequestHandler-------- datum/ # datum class files-------- model/ # model class files-------- tools/ # some tools, run `python tools/dbase.py` to make databases.-------- views/ # templates---- doc/ # documents---- lib/ # libraries---- var/ # variables-------- datas/ # databases---- www/ # web root, static files
The background landing address is /admin, default username is admin and password is 123456. You can change it after you logined.
Requirement
(Python >= 2.7)
tornado (>= 4.3)pil or pillow
Screenshots
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~