Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djstein/modern-django

Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
https://github.com/djstein/modern-django

django django-models django-rest-framework guide guidebook guidelines pip python python3 python36 rest-api restful-api virtualenv

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Modern Django Guide on Medium

### [Understanding the Need: A Django Deployment Guide](https://medium.com/@djstein/understanding-the-need-a-django-deployment-guide-6fe633d64871#.l7qtjdbtm)
This document goes into the need for this guide.

### [The List: Django Deployment and What To Cover](https://medium.com/@djstein/the-list-django-deployment-and-what-to-cover-efaec95e5d73#.j4ugaq56k)
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!

### [Modern Django - Preface](https://medium.com/@djstein/modern-django-preface-a1094033ac79#.4ls8i4jip)
This section introduces the guide and how it will be covered!

### [Part 0: Introduction and Initial Setup](https://medium.com/@djstein/modern-django-part-0-introduction-and-initial-setup-657df48f08f8#.muvboeb7v)
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.

### [Part 1: Project Refactor and Meeting the Django Settings API](https://medium.com/@djstein/modern-django-part-1-project-refactor-and-meeting-the-django-settings-api-d2784efb606f#.7ebsjjw1i)
This section covers changing the project structure, introducting the Django Settings API, and ensuring the project runs!

### [Part 2: REST APIs, Apps, and Django REST Framework](https://medium.com/@djstein/modern-django-part-2-rest-apis-apps-and-django-rest-framework-ea0cac5ab104)
This (hefty) section covers HTTP, REST, Django Applications (as a concept), Views, URLs and the basics of Django REST Framework.