Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "count": 2,
- "next": null,
- "previous": null,
- "results": [
- {
- "url": "http://127.0.0.1:8000/app/person/2/",
- "id": 2,
- "title": "mr",
- "name": "person1",
- "address": "whatever",
- "city": {
- "url": "http://127.0.0.1:8000/app/cities/2/persons/",
- "id": 2,
- "city_name": "City1"
- },
- "test_set": [
- {
- "test_name": "Regular",
- "subject": "Math",
- "date": "2015-12-15T23:55:33.422679Z"
- }
- ]
- },
- {
- "url": "http://127.0.0.1:8000/app/person/3/",
- "id": 3,
- "title": "ms",
- "name": "jamie",
- "address": "2nd lane",
- "city": {
- "url": "http://127.0.0.1:8000/app/cities/2/persons/",
- "id": 2,
- "city_name": "City2"
- },
- "test_set": [
- {
- "test_name": "Advanced",
- "subject": "English",
- "date": "2015-12-15T23:56:28.570859Z"
- }
- ]
- }
- ]
- }
Add Comment
Please, Sign In to add comment