0
我相當新的Django的Tastypie Django的tastypie REST URL,我在看下面的入門例子: http://django-tastypie.readthedocs.org/en/latest/tutorial.html#hooking-up-the-resource-s包含過濾條件
- http://127.0.0.1:8000/api/entry/?format=json
- http://127.0.0.1:8000/api/entry/1/?format=json
- http://127.0.0.1:8000/api/entry/schema/?format=json
是否可以允許包含特定格式的過濾標準的其餘URL,用於過濾要返回的對象?
這將意味着我必須做這樣的線程:REST urls with tastypie?