摘要:
settings 文件配置: STATIC_URL = '/static/' STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static'),)PROJECT_ROOT = os.path.dirname(__file__) STATICFILES_DIR 阅读全文
posted @ 2017-11-08 16:02
程序小院
阅读(2246)
评论(0)
推荐(0)
摘要:
Status: 400 Response: { "error": { "message": "Invalid appsecret_proof provided in the API argument", "code": 100, "type": "GraphMethodException", "fb 阅读全文
posted @ 2017-11-08 13:41
程序小院
阅读(1002)
评论(0)
推荐(0)