Loading repository data…
Loading repository data…
djstein / repository
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
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.