MongoEngine Document - Is there a way to override the data we get from field?

后端 未结 0 1936
不知归路
不知归路 2021-02-02 05:05

I have this class defined

class Expenses(UserMixin, Document):
    exp_date = DateTimeField(required=True)

In my application, I do not want to di

相关标签:
回答
  • 消灭零回复
提交回复
热议问题