All Projects → Garbages-Can → Flask Tutorial

Garbages-Can / Flask Tutorial

Licence: mit
这个项目已经很久很久了, 不推荐看, 不过倒是可以进群叨逼叨一下. 🚗 交流群:630398887

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Flask Tutorial

Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-51.65%)
Mutual labels:  sqlalchemy, flask
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-36.26%)
Mutual labels:  flask, tutorial
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-50.55%)
Mutual labels:  sqlalchemy, flask
Flask Bones
An example of a large scale Flask application using blueprints and extensions.
Stars: ✭ 849 (+832.97%)
Mutual labels:  sqlalchemy, flask
Flask Session Tutorial
💾 🙇 Example Flask project for implementing Flask-Session with Redis.
Stars: ✭ 69 (-24.18%)
Mutual labels:  flask, tutorial
Ecache
👏👏 Integrate cache(redis) [flask etc.] with SQLAlchemy.
Stars: ✭ 28 (-69.23%)
Mutual labels:  sqlalchemy, flask
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-41.76%)
Mutual labels:  flask, tutorial
Flask Marshmallow
Flask + marshmallow for beautiful APIs
Stars: ✭ 666 (+631.87%)
Mutual labels:  sqlalchemy, flask
Indico
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
Stars: ✭ 1,160 (+1174.73%)
Mutual labels:  sqlalchemy, flask
Ziggurat foundations
Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
Stars: ✭ 67 (-26.37%)
Mutual labels:  sqlalchemy, flask
Databook
A facebook for data
Stars: ✭ 26 (-71.43%)
Mutual labels:  sqlalchemy, flask
Deploying Flask To Heroku
Deploying a Flask App To Heroku Tutorial
Stars: ✭ 81 (-10.99%)
Mutual labels:  flask, tutorial
Flask Sqlalchemy Booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
Stars: ✭ 5 (-94.51%)
Mutual labels:  sqlalchemy, flask
Flask Jwt Router
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Stars: ✭ 43 (-52.75%)
Mutual labels:  sqlalchemy, flask
Mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Stars: ✭ 743 (+716.48%)
Mutual labels:  sqlalchemy, flask
Hobbit Core
A flask project generator.
Stars: ✭ 49 (-46.15%)
Mutual labels:  sqlalchemy, flask
Potion
Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine
Stars: ✭ 484 (+431.87%)
Mutual labels:  sqlalchemy, flask
Flask Rest Jsonapi
Flask extension to build REST APIs around JSONAPI 1.0 specification.
Stars: ✭ 566 (+521.98%)
Mutual labels:  sqlalchemy, flask
Flask Whooshee
Customizable Flask - SQLAlchemy - Whoosh integration
Stars: ✭ 66 (-27.47%)
Mutual labels:  sqlalchemy, flask
Data Driven Web Apps With Pyramid And Sqlalchemy
Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course
Stars: ✭ 79 (-13.19%)
Mutual labels:  sqlalchemy, tutorial

QQ交流群:630398887 (欢迎加群一起吹牛)

暑假闲来无事写写文章,欢迎star。

环境依赖:

pip install flask
pip install flask-script
pip install flask-bootstrap
pip install flask-wtf
pip install flask-sqlalchemy
pip install flask-login

如何使用:

下载项目

然后解压,打开,在命令行终端输入:

python3 manage.py runserver

后台管理页面的URL是:localhost:5000/admin

如何学习(源代码的使用):

每一部分结束后的源代码我都对应的打上了标签

关于Flask发送Email的坑,请阅读: Flask-Mail提供电子邮件支持

如果出现了关于SQLAlchemy的异常,请阅读: Flasky-SQLAlchemy 管理数据库

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].