Giter Site home page Giter Site logo

flask_base's Introduction

flask基础项目

介绍

  • 调整目录结构,方便代码管理,
.
├── app                 -- 功能模块目录, 如: app/auth
├── cli                 -- 命令行工具/任务, demo: cli/cli_task_demo.py
├── config              -- 配置文件目录
├── file_tree_decrption -- 项目文件目录树
├── docs                -- 文档目录
├── Makefile            -- js、css压缩配置
├── manage.py           -- flask运行接口
├── README.md           -- 读我 :p
├── requirements.txt    -- pip依赖,请用 pip install -r requirements.txt 安装本项目的依赖
├── app/static          -- 静态文件目录,其中 static/vendors 内放的是第三方的静态文件,比如bootsrap的
├── app/templates       -- 文件模板目录,其中 static/layouts 内放一些共用的上级模板,用于继承
├── app/common          -- 公共配置目录,静态变量,公共函数
├── app/module          -- 公共模块目录,提供给其他模块使用
└── vendors             -- 第三方系统工具目录,比如appt

部署安装

参考 [install guide] docs/install_guide.md

参考

flask_base's People

Watchers

 avatar  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.