-
Does anyone used flask-admin as CMS ? constructing html pages by modifying admin interface ?
-
请确认是否是以下情况:
1. 在全局环境下运行项目,且此前在全局环境安装过flask-migrate
2. 为lin-cms-flask所在环境手动添加了flask-migrate依赖
lin-cms-flask项目不推荐/兼容flask-migrate库,不兼容的原因是flask cli中定义的db命令冲突。
_Originally posted by…
-
**What we're after:**
We should rewrite to remove 'import app'. This is an anti-pattern.
https://flask.palletsprojects.com/en/2.3.x/patterns/appfactories/
This is blocking flask sqlalchemy/sqlal…
-
Had to upgrade requirement.txt:
```
buttercms-python
click
Flask
Flask-Script
itsdangerous
Jinja2
MarkupSafe
requests
Werkzeug
```
as old `Werkzeug` was giving error. After adding, api key…
-
Flask is intended only for development and gives us these warnings:
Jun 23, 2020, 8:26:17 PM | Use a production WSGI server instead.
Jun 23, 2020, 8:26:17 PM | WARNING: This is a development serve…
-
We need to:
- [ ] Organize data-magic into its own repo
- [ ] Set up some urgent batch update processes via Postman (unless we can deploy this quicker on our own via #41)
-
I am using mongodb and flask admin and flask admin is great ! but sometimes I have to manage some pages which have to contain not the same but different data and can not be "Modeled" in a one Model
…
-
In #236 some basic improvements were made to the Users view in the backend, like listing users by their last created date. A more full-featured console like [Flask Admin](https://flask-admin.readthedo…
loleg updated
9 months ago
-
Hi @abhijitpai000 ,
Hope you are all well !
I was wondering if we could not create a flask rest api for your repository, it woud be awesome to compute data from e-commerce cms like Prestashop or…
ghost updated
3 years ago
-
`flask db init`之后出现`config = current_app.extensions['migrate'].migrate.get_config(directory,
KeyError: 'migrate'`
浏览并尝试了网上的一些方法后依然无法解决,希望能够得到帮助:-)