Flask Framework Construction

Source: Internet
Author: User

Flask framework built to target a django-like structure

First look at the effects of the build

# First Initialize Python manage.py db init# build database version python manage.py DB migrate# update defined model to database Python manage.py DB upgrade

Two. Take a look at the sample code

1. manage.py file in root directory:

2. electron/__init__.py some of the initialization work is put here, with some plug-ins flask-sqlalchemy,flask-restful, flask-migrate

3. The electron/views.py view function also includes the notation of a common restful API

4. The model in the electron/models.py framework, using the SQLAlchemy ORM

If you need to expand the code, only need to modify the model, perform data migration commands, write view functions, write templates and other work, the directory structure is much clearer

Flask Framework Construction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.