Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Tastypie 与 Django 一起使用,并希望获取可通过 api 访问的所有 URL 的列表,是否有我可以调用的方法或 URL?
您是否尝试过仅查询 API 的根端点并从那里导航?
可能是这样的:
http://127.0.0.1:8000/api/v1/?format=json