标签: django
我正在使用Django并使用restless开发博客应用程序。 例如,我有这样的网址... GET /api/1.0/articles/?content=Base64EncodedJSON&author=Base64EncodedJSON&content=Base64EncodedJSON 那么如何在restlest中读取查询字符串参数?
GET /api/1.0/articles/?content=Base64EncodedJSON&author=Base64EncodedJSON&content=Base64EncodedJSON