Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djstein/modern-django
- Owner: djstein
- Created: 2017-02-17T04:59:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T17:21:31.000Z (over 7 years ago)
- Last Synced: 2024-08-01T15:14:39.140Z (6 months ago)
- Topics: django, django-models, django-rest-framework, guide, guidebook, guidelines, pip, python, python3, python36, rest-api, restful-api, virtualenv
- Language: Python
- Size: 17.6 KB
- Stars: 654
- Watchers: 106
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.