Skip to main content

Flask_Backstage是一个基于flask的后台管理开发框架,能帮助你使用很少的时间和代码量开发出功能完备的管理后台。

Introduction

Flask_Backstage 是基于flask的后台管理系统,采用了简洁强大的flask作为web框架,模板引擎用的是Jinja2,数据库用mongodb,前端AdminLTE框架。

依赖

Flask Flask-Bcrypt Flask-Login flask-mongoengine Flask-WTF

特性

内置用户管理,菜单管理,角色管理系统

提供类似的Flask Admin的BaseView,BaseModelView,帮助用户快速的开发增删改功能

Installation

你可以通过pip快速安装Flask_Backstage扩展:

pip install flask-backstage

Examples

这里有个简单的项目使用案例,你也可以在这个项目的基础上编写自己的项目:https://github.com/huanglong123/flask_backstage_example

账号:admin 密码:123456

Documentation

简单的使用此项目, 你仅仅需要以下的几行代码:

from flask import Flask
from flask_backstage import Admin

app = Flask(__name__)


admin = Admin(app)

app.run()

然后访问 http://127.0.0.1:5000/admin/ 账号:admin 密码:123456

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask_backstage-0.2.1.tar.gz (152.6 kB view details)

Uploaded Source

File details

Details for the file flask_backstage-0.2.1.tar.gz.

File metadata

File hashes

Hashes for flask_backstage-0.2.1.tar.gz
Algorithm Hash digest
SHA256 78eeb6ed7e658ee28dd26400c1965b72f731a77c966ede8ddcbc865bd999ff51
MD5 c9011aedf3bb5ae1f955b4c0686423e2
BLAKE2b-256 917de8390931eba460c579e7d17775deaa4177eb3bd796717acb02c3f13f5f68

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.1 This release

1 file

0.2.0

1 file

0.1.9

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page