我只是将数据库后端从sqlite转换成mysql。但是当我在项目中测试我的功能是错误的。
NotSupportedError at /filter/
intersection is not supported on this database backend.
在我的view.py中有Django ORM联合,交集。我想这就是麻烦制造者。为什么它不能在MySql后端使用联合,交集。我试着把它修好。但我不知道该怎么做。请帮帮我T^T
我的主机提供商是Bluehost,我第一次尝试创建一个Facebook应用程序,但我不知道如何在我的主机目录上安装必要的文件。
facebook开发人员“快速创建指南”在步骤1中说明了以下内容:
Extract this archive into a directory on your hosting server where you can host and run PHP code:
$ curl -L http://github.com/facebook/php-sdk/tarball/master | tar xvz
$ mv facebook-php-sdk-* facebook-