django-tastypie と django-tastypie-swagger を新しくインストールしました。
http://localhost:8000/tasty/doc/
必要な HTML を提供しますが、それを機能させるために必要な CSS や JS をまったく取り込みません。
http://localhost:8000/tasty/doc/resources/
作品とショー:
{
basePath: "http://localhost:8000/tasty/doc/schema/",
apis: [
{
path: "/snap"
},
{
path: "/user"
}
],
apiVersion: "0.1",
swaggerVersion: "1.1"
}
しかし、他のすべて (/schema/
および静的ファイル) は 404 エラーを返します。