Преглед изворни кода

add Deployment Tutorials section

willv пре 6 година
родитељ
комит
d5c64efb81
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      README.md

+ 5 - 0
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.