Skip to content

djstein/modern-django

Repository files navigation

Modern Django

Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017

Modern Django Guide on Medium

This document goes into the need for this guide.

Here is the list of topics I would like to cover, if there are any ideas and updates you believe should be covered please let me know!

This section introduces the guide and how it will be covered!

This section is the first technical portion of the guide and goes over general tools as well as the setting up the environment to begin development.

This section covers changing the project structure, introducting the Django Settings API, and ensuring the project runs!

This (hefty) section covers HTTP, REST, Django Applications (as a concept), Views, URLs and the basics of Django REST Framework.