1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-08 01:43:43 +03:00
django-rest-framework/docs/tutorial/5-relationships-and-hyperlinked-apis.md
2012-09-19 13:02:10 +01:00

244 B

Tutorial 5 - Relationships & Hyperlinked APIs

TODO

  • Create BlogPost model
  • Demonstrate nested relationships
  • Demonstrate and describe hyperlinked relationships

Onwards to part 6.