-
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) #实例化数据库
…
-
Hi, it was working a week ago but now is broken.
I defined: https://github.com/rochacbruno/quokka/blob/master/quokka/modules/posts/admin.py#L35
``` python
fields_order = ['title', 'slug', 'channel'…
-
> graphene_mongo.converter.MongoEngineConversionError: Don't know how to convert the MongoEngine field ()
This is what I am getting, Please Help.!
Thanks
-
Hi :)
It's more of a question rather an issue. I have seen that you are using `pymongo` in order to establish the connection with mongodb. Then in a nameko service it should instantiated and will b…
-
Support Dynamic documents that are compatible with MongoEngine.
For more info on Dynamic Documents: http://docs.mongoengine.org/en/latest/guide/defining-documents.html#dynamic-document-schemas
Tests…
-
Hey
i read here about two way referencing in mongoengine
https://www.mongodb.com/blog/post/6-rules-of-thumb-for-mongodb-schema-design-part-2
how can it be done in mongoengine?
since if i do
`
…
-
I am getting this exception with a simple code. It breaks the `/person` endpoint and all of other endpoints I receive a 404 error.
![screen shot 2015-09-14 at 5 22 28 pm](https://cloud.githubusercont…
-
AUTHENTICATION_BACKENDS = (
'mongoengine.django.auth.MongoEngineBackend',
#'django_mongoengine.mongo_auth.backends.MongoEngineBackend',
#'mongo_auth.backends.MongoE…
-
Forgive the lack of a better name for this issue.
A query in the example below should correctly transform.
```
>>> Lead.objects.filter(organization__in=['orga_ly5LOucvyHVQEZsoIXIcPzR26It3NOEuwE0GfG7…
-
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…