阅读背景:

如何在Django中实现非数据库支持的模型?

来源:互联网 

I have an existing Django application with a pretty typical model implementation that's backed by a database. My task is to change this model so that instead of fetching the information from a database, it now fetches it from a service (e.g., via HTTP). Because there is existing code which already makes use of this model, it would be nice to maintain the same model interface so that it continues to behave like a typical Django model.I have an existing Django application with a pr




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: