keystone.js时,会得到以下信息:
CloudinaryImage fields (Gallery.heroImage) require the "cloudinarySee http://keystonejs.com/docs/configuration/#cloudinary for more information.我已经用cloudinary建立了一个帐户,并使用npm安装来确保它安装在系统中,但是它显
所以我做了这个应用程序,你可以在里面做产品。当我在本地使用这个应用程序时,这些产品都有一个保存在文件中的图像。我在heroku和ofc上部署了我的应用程序,因为没有像localy这样的普通文件,它不能保存在那里。我如何保存它并使用它?我还使用postgesql btw来存储其他数据,所以也许我也可以存储图像。 class Product(models.Model): name = models.CharField(max_le