Python3 develops the background management system of the website, which requires a personalization, whether it is django or flask.

first of all, I am not good at English

because python is very convenient to control some permissions of the local system, I just want to implement a web background management, which is mainly used to collect and organize website data and operate pictures

.

Please give us some suggestions on which framework to choose. If flask has a mature open source project, the document had better be in Chinese. Thank you!

Dec.22,2021

choose flask. You can go to my profile to see my pyblog project, which should be able to meet your needs.


choose flask. In Chinese, Li Hui's "Flask Web Development practice" is recommended. If you don't buy books, you can also refer to https://github.com/greyli/hel.
. Many questions can also be found by Baidu.


it is recommended to use Django,. You can write it yourself without the admin component in Django, but other components such as templates, ORM, Session management and so on are quite suitable. Our company generally uses flask for interface projects or lightweight projects, and it is also very fast to build!


see which kind of you fit, now the most used framework should be Django and Flask framework, Django framework is to go in a large and comprehensive direction, everything is ready for you, if you want to follow the design concept of Django, that is elixir, otherwise it is poison, or highly toxic! Flask is a small and refined direction, what you use to guide what. I prefer to use the flask framework and recommend to see the official website of flask

.
Menu