add DRF example app

This commit is contained in:
wsvincent 2018-04-19 13:57:29 -04:00
parent 253154a01f
commit 2c1c5406c1

View File

@ -17,6 +17,7 @@
- [General Tutorials](#drf-tutorials)
- [DRF and React Tutorials](#drf-and-react-tutorials)
- [Starter Projects](#drf-starter-projects)
- [Example Apps](#drf-example-apps)
- [Books](#books)
- [Videos](#videos)
@ -95,6 +96,9 @@
### DRF Starter Projects
- [DRFx](https://github.com/wsvincent/drfx)
### DRF Example Apps
- [](https://github.com/flowerncsu/ecgc-2017)
## Books
- [Django for Beginners: Learn web development with Django 2.0](https://leanpub.com/djangoforbeginners)