[ 源代码: python-flask-seeder ]
软件包:python3-flask-seeder(1.2.0-4)
python3-flask-seeder 的相关链接
Debian 的资源:
下载源码包 python-flask-seeder:
- [python-flask-seeder_1.2.0-4.dsc]
- [python-flask-seeder_1.2.0.orig.tar.gz]
- [python-flask-seeder_1.2.0-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Flask extension to seed database through scripts
Flask-Seeder is a Flask extension to help with seeding database with initial data, for example when deploying an application for the first time.
This extensions primary focus is to help populating data once, for example in a demo application where the database might get wiped over and over but you still want users to have some basic data to play around with.
其他与 python3-flask-seeder 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-flask (>= 1.0.2)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x