GithubHelp home page GithubHelp logo

flaskscaffold's Introduction

FlaskScaffold - Flask开发脚手架

├── common                      # 存放公用模块目录
│   ├── libs                        # 存放一些公用类与函数
│   └──  models                     # 存放数据库模型
│        └── __init__.py            # 改写SQLAlchemy, 数据模型基类
│   
├── config                      # 配置文件目录
│   ├── baseSetting.py              # 基础配置
│   ├── development.py              # 开发环境配置
│   └── production.py               # 生产环境配置
│   
├── web                         # 网站相关内容目录
│   ├── controllers                 # 控制器目录
│   └── httpCode                    # http返回
│        ├── __init__.py                # 改写APIResponse, 统一数据返回
│        └── code.py                    # 常用的http返回代码
│   ├── interceptors            # 拦截器目录
│   ├── static                  # 静态资源目录
│   └── templates               # 模板目录
│        └── index.html             # html单页面入口
│   └── validators              # 表单验证目录
│        └── __init__.py             # 表单验证基类
│   
├── application.py              # app工厂
├── secret.ini                  # 敏感信息秘钥
├── manager.py                  # 入口文件
└── www.py                      # 路由蓝图

flaskscaffold's People

Contributors

smallpoty avatar

Watchers

James Cloos avatar

Forkers

monyuan

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.