From d5c64efb81cabbaf01be3581724229e2183c0eae Mon Sep 17 00:00:00 2001 From: willv Date: Fri, 16 Nov 2018 10:14:39 -0500 Subject: [PATCH] add Deployment Tutorials section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aaaeb6e..c16a2f7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ * [Resources](#resources) * [Official Resources](#official-resources) * [General Tutorials](#general-tutorials) + * [Deployment Tutorials](#deployment-tutorials) * [External Resources](#external-resources) * [Starter Projects](#starter-projects) * [Example Apps: Beginner](#example-apps-beginner) @@ -42,6 +43,10 @@ * [A Complete Beginner's Guide to Django](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) - In-depth and excellent walkthrough of a new Django app * [Build a HackerNews clone](https://medium.com/@danieldng/a-little-hacker-news-in-django-part-1-f12aa81dc25d) - Very well-done tutorial for Django 2.0. + +### Deployment Tutorials +* [Storing Django Static and Media Files on Amazon S3](https://testdriven.io/storing-django-static-and-media-files-on-amazon-s3) + ### External Resources * [Classy Class-Based Views](http://ccbv.co.uk/) - Detailed descriptions for each generic class-based view.