All Projects → djstein → Modern Django

djstein / Modern Django

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects
python36
32 projects

Projects that are alternatives of or similar to Modern Django

Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (-69.18%)
Mutual labels:  rest-api, restful-api, django, django-rest-framework
Djangorestframework Book
Django REST framework 3 中文文档, API参考, 最佳实践指南
Stars: ✭ 28 (-95.77%)
Mutual labels:  rest-api, restful-api, django, django-rest-framework
Drf Cheat Sheet
Cheat sheet / quick reference guide for Django REST Framework.
Stars: ✭ 99 (-85.05%)
Mutual labels:  rest-api, django, django-rest-framework
Wq.db
☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.
Stars: ✭ 101 (-84.74%)
Mutual labels:  rest-api, django, django-rest-framework
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (-74.17%)
Mutual labels:  rest-api, django, django-rest-framework
Django Rest Framework Tutorial
Django-REST-framework 基本教學 - 從無到有 DRF-Beginners-Guide 📝
Stars: ✭ 630 (-4.83%)
Mutual labels:  rest-api, restful-api, django-rest-framework
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-87.61%)
Mutual labels:  rest-api, django, django-rest-framework
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (-76.44%)
Mutual labels:  rest-api, restful-api, guide
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+55.59%)
Mutual labels:  rest-api, django, django-rest-framework
Drf Yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
Stars: ✭ 2,523 (+281.12%)
Mutual labels:  rest-api, django, django-rest-framework
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: ✭ 232 (-64.95%)
Mutual labels:  rest-api, django, django-rest-framework
The Complete Guide To Drf And Vuejs
📢 Source Code from my Web Dev Course *The Complete Guide To Django REST Framework and Vue JS* (Lang: English & Italian)
Stars: ✭ 78 (-88.22%)
Mutual labels:  rest-api, django, django-rest-framework
Django Vue Template
Django Rest + Vue JS Template
Stars: ✭ 1,155 (+74.47%)
Mutual labels:  rest-api, django, django-rest-framework
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (-25.83%)
Mutual labels:  rest-api, django, django-rest-framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+68.88%)
Mutual labels:  rest-api, django, django-rest-framework
Restful Api Guidelines
A model set of guidelines for RESTful APIs and Events, created by Zalando
Stars: ✭ 1,397 (+111.03%)
Mutual labels:  rest-api, restful-api, guidelines
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-96.98%)
Mutual labels:  rest-api, restful-api, django
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (-62.69%)
Mutual labels:  rest-api, django, django-rest-framework
Djangorestframework Queryfields
Allows clients to control which fields will be sent in the API response
Stars: ✭ 170 (-74.32%)
Mutual labels:  rest-api, django, django-rest-framework
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (-63.75%)
Mutual labels:  rest-api, django, django-rest-framework

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

This document goes into the need for this guide.

The List: Django Deployment and What To Cover

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

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

Part 0: Introduction and Initial Setup

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

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].