Giter Club home page Giter Club logo

flasktools's Introduction

flask代码生成模板说明

"""
项目说明:
	本项目为减少开发带来的繁琐使用,通过读取数据库字段和表的注释文件,结合前端模板文件,生成对应单表操作的增删改查功能的实现,减少代码对单表操作的时间和效率。
"""
"""
数据库要求说明:
	字段说明:每张数据表必须存在id字段,用来表示数据的唯一性.如(id,username,password,sex,gender,……………………);
	每张表都要有comments描述:描述的内容格式为 xx表:	   {"list":"username,password,sex,gender","edit":"username,password","search":"username,sex,gender"}
	list:用于展示页面的展示标题字段,如果没有指定的字段,就要渲染全部的数据字段.
	edit:用于操作编辑页面的数据展示,可修改字段的值.
	search:用户页面展示数据,并能够查询的查询条件字段.
"""

flasktools's People

Contributors

asamusummer avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.