Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cookiecutter Flask | 4,450 | 5 hours ago | 3 | mit | Python | |||||
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter. | ||||||||||
Fbone | 1,619 | 6 years ago | 28 | Python | ||||||
Fbone (Flask bone) is a Flask (Python microframework) starter/template/bootstrap/boilerplate application. | ||||||||||
Flask Bootstrap | 1,426 | 5,438 | 77 | 4 years ago | 36 | January 11, 2017 | 58 | other | Python | |
Ready-to-use Twitter-bootstrap for use in Flask. | ||||||||||
Bootstrap Flask | 998 | 61 | 21 | 2 hours ago | 35 | October 12, 2023 | 39 | other | SCSS | |
Bootstrap 4 & 5 helper for your Flask projects. | ||||||||||
Flask Scaffold | 879 | a year ago | 1 | January 03, 2016 | 28 | mit | HTML | |||
Prototype Database driven Web apps in Angular 6, Bootstrap 4 and REST API's with Flask (Python 3 framework) | ||||||||||
Tableexport | 795 | 20 | 13 | 2 years ago | 71 | December 24, 2018 | 106 | apache-2.0 | JavaScript | |
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files. | ||||||||||
Flask Vuejs Madblog | 729 | a year ago | 11 | mit | Vue | |||||
基于 Flask 和 Vue.js 前后端分离的微型博客项目,支持多用户、Markdown文章(喜欢/收藏文章)、粉丝关注、用户评论(点赞)、动态通知、站内私信、黑名单、邮件支持、管理后台、权限管理、RQ任务队列、Elasticsearch全文搜索、Linux VPS部署、Docker容器部署等 | ||||||||||
Gae Init | 536 | 10 months ago | 61 | mit | Python | |||||
Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features | ||||||||||
Beibq | 495 | 2 years ago | 17 | bsd-3-clause | Python | |||||
基于flask开发类似gitbook的知识管理网站。 http://demo.beibq.cn | ||||||||||
Flask Admin Dashboard | 382 | 3 years ago | mit | JavaScript | ||||||
Flask Admin customized using AdminLTE bootstrap template and flask security to offer a better Dashboard UX |
A Flask template for cookiecutter. (Supports Python ≥ 3.8)
See this repo for an example project generated from the most recent version of the template.
$ git clone https://github.com/cookiecutter-flask/cookiecutter-flask.git
$ cd cookiecutter-flask
# Basic usage (You will be prompted to provide basic information about your application)
$ ./cookiecutter-docker.sh
full_name [Steven Loria]:
...
# The repository for your flask app will be created in a directory with the name
# chosen in "package import name" question (default ./my_flask_app/)
# Additional arguments are available
$ ./cookiecutter-docker.sh --help
Usage: ./cookiecutter-docker.sh [OPTIONS]
Options:
-b, --build Build Docker image before running cookiecutter
-h, --help Show this message and exit
If using standard instructions, Python ≥ 3.8 is required. A virtual environment is recommended (like virtualenv
).
pip3 install cookiecutter
cookiecutter https://github.com/cookiecutter-flask/cookiecutter-flask.git
You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
After you have generated the project code, a few more steps must be taken before your new app will run. The README of the generated project shows you how to configure and run the application. (You can see the template README here).
MIT licensed.
YY.MINOR.MICRO
).Flask
according to the 0.11 docs. Thanks @aliavni.invoke test
command.lint
command on Travis builds.lint
, clean
, and urls
management commands.Thanks @andreoliw for these contributions.
BaseFactory
class.DbTestCase
.simple
branch does not use these.