Python常用框架
免费 - Sunrise - - 浏览量: 0 - 文章来源
Masonite web框架
参考文档:
https://learnku.com/docs/masonite/2.3/readme/8246
$ pip install masonite
$ project start .
$ python craft serve
$ nohup python craft serve > masonite.log 2>&1 &
访问: http://127.0.0.1:8000