[ 原始碼: python-flask-seeder ]
套件:python3-flask-seeder(0.1~a2-2)
python3-flask-seeder 的相關連結
Debian 的資源:
下載原始碼套件 python-flask-seeder:
- [python-flask-seeder_0.1~a2-2.dsc]
- [python-flask-seeder_0.1~a2.orig.tar.gz]
- [python-flask-seeder_0.1~a2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [pypi.org]
相似套件:
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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flask (>= 1.0.2)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x