-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I am getting this exception with a simple code. It breaks the /person
endpoint and all of other endpoints I receive a 404 error.
Using:
-
eve 0.5.3 or in-dev
-
eve-Mongoengine 0.0.9
class Person(mongoengine.Document):
name = mongoengine.StringField()
age = mongoengine.IntField()app = Eve()
ext = EveMongoengine(app)
ext.add_model(Person)
lig
Metadata
Metadata
Assignees
Labels
No labels