-
Hello team,
First of, thank you very much for flask-admin.
As already mentioned, in [this ticket](https://github.com/pallets-eco/flask-admin/issues/2402#issuecomment-2275319280), my tool heavily d…
-
Hi,
I started this Turial, [Here](http://docs.mongodb.org/ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine/)
And get this error
``` bash
**mongoengine.errors.NotRegistered: …
-
I need to install a repo from github in pip, however it keeps complaining git not installed
Below is my requirements.txt, error message and git action set up. Any help appreciated.
```
step…
-
If I have opened two browser windows of same document with flask admin (mongoengine)
window # 1 and window # 2
when I have updated anything in window # 1 and then incorrectly updated window # 2 fl…
-
It's a feature request: is it possible to get the same boilerplate for Mongodb (Mongoengine) or some tutorial how to easily convert this app tp deal with mongoengine?
-
Traceback (most recent call last):
File "manage.py", line 5, in
from app import app
File "/Users/raingolee/github/flask_pure/app/**init**.py", line 15, in
db = MongoEngine(app) #实例化数据库
…
-
Originally reported by: **ikseek (Bitbucket: [ikseek](http://bitbucket.org/ikseek), GitHub: [ikseek](http://github.com/ikseek))**
---
Try this simple reproducer with python3.5.
```
#!python
from s…
ghost updated
4 years ago
-
SequenceField values are stored as int so sorting, search & filter could be easily supported.
As of Flask-Admin 1.5.4, they aren't supported.
Getting errors:
`raise Exception('Unsupported filte…
-
```
File "/srv/--redacted--/.virtualenvs/--redacted---pypy/site-packages/flask_admin/model/base.py", line 804, in __init__
self._refresh_cache()
File "/srv/--redacted--/.virtualenvs/--redac…
-
I got this error when running run.py
```
(flask-example) C:\Users\David\python-ninja\flask-example>python run.py
Traceback (most recent call last):
File "run.py", line 4, in
app = create_app('…
dvdme updated
6 years ago