add Deployment Tutorials section

This commit is contained in:
willv 2018-11-16 10:14:39 -05:00
parent 9520dd0c72
commit d5c64efb81

View File

@ -8,6 +8,7 @@
* [Resources](#resources) * [Resources](#resources)
* [Official Resources](#official-resources) * [Official Resources](#official-resources)
* [General Tutorials](#general-tutorials) * [General Tutorials](#general-tutorials)
* [Deployment Tutorials](#deployment-tutorials)
* [External Resources](#external-resources) * [External Resources](#external-resources)
* [Starter Projects](#starter-projects) * [Starter Projects](#starter-projects)
* [Example Apps: Beginner](#example-apps-beginner) * [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 * [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. * [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 ### External Resources
* [Classy Class-Based Views](http://ccbv.co.uk/) - Detailed descriptions for each generic class-based view. * [Classy Class-Based Views](http://ccbv.co.uk/) - Detailed descriptions for each generic class-based view.