From 2c1c5406c18605cf39b1a065e295bdbee7a95c2e Mon Sep 17 00:00:00 2001 From: wsvincent Date: Thu, 19 Apr 2018 13:57:29 -0400 Subject: [PATCH] add DRF example app --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 124fc5d..b83171a 100644 --- a/README.md +++ b/README.md @@ -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)