From fd7a1138678250f7d4c88825f016ec5057ab8ae4 Mon Sep 17 00:00:00 2001 From: MeNsaaH Date: Sun, 16 Dec 2018 11:52:26 +0100 Subject: [PATCH 1/3] Update README.md Added Awesome Logo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e340729..60c1da0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Awesome Django +# Awesome Django [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) + +> A curated list of useful resources for JavaScript Promises + > A curated list of awesome things related to Django. From 23d61733220478570620fd632dac6904169a6036 Mon Sep 17 00:00:00 2001 From: MeNsaaH Date: Sun, 16 Dec 2018 11:58:10 +0100 Subject: [PATCH 2/3] Update README.md Added Awesome-DRF to resources and beginner example applications --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60c1da0..9c201b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Awesome Django [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -> A curated list of useful resources for JavaScript Promises - - > A curated list of awesome things related to Django. ## Table of Contents @@ -71,6 +68,7 @@ * [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users) * [Newspaper app with custom user model, full user auth](https://github.com/wsvincent/djangoforbeginners/tree/master/ch15-comments) * [Behavior-Driven Development with Aloe](https://github.com/testdrivenio/django-aloe-bdd) +* [Image Sharing Blow](https://github.com/MeNsaaH/soMedia) ### Example Apps: Advanced @@ -97,6 +95,7 @@ * [Official Documentation](http://www.django-rest-framework.org/) * [DRF Source Code](https://github.com/encode/django-rest-framework) +* [DRF](https://github.com/nioperas06/awesome-django-rest-framework) ### DRF Tutorials From 19ef9d70d181f41b3e59d3b72adcaa08a860645d Mon Sep 17 00:00:00 2001 From: MeNsaaH Date: Sun, 16 Dec 2018 11:58:43 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c201b7..e369c80 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ * [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users) * [Newspaper app with custom user model, full user auth](https://github.com/wsvincent/djangoforbeginners/tree/master/ch15-comments) * [Behavior-Driven Development with Aloe](https://github.com/testdrivenio/django-aloe-bdd) -* [Image Sharing Blow](https://github.com/MeNsaaH/soMedia) +* [Image Sharing Blog](https://github.com/MeNsaaH/soMedia) ### Example Apps: Advanced