-
Tutorial
Django is a powerful web framework that allows you to deploy your Python applications or websites. Django includes many features such as authentication, a custom database ORM, and an extensible plugin architecture. Dj...
•
By
Mason Egger
Django
Python
Python Frameworks
Development
DigitalOcean App Platform
-
Tutorial
Build a Django backend and a React frontend for a To-Do application.
•
By
Jordan Irabor
Django
Python
React
JavaScript
-
Tutorial
Django is an open source Python web framework used for web development. Released in July 2005, Django is popular for its…
•
By
Kathryn Hancox
Django
Python
Glossary
-
Tutorial
Developing a Django application can be a quick and clean experience, because its approach is flexible and scalable. Django also offers a variety of security-oriented settings that can help you seamlessly prepare your ...
•
By
Ari Birnbaum
Django
Python Frameworks
Python
Security
-
In this tutorial you’ll deploy a containerized Django polls application into a Kubernetes cluster. Django is a powerful web framework that can help you get your Python application off the ground quickly. It includes s...
•
By
Hanif Jetha
Kubernetes
Docker
Django
Python Frameworks
PostgreSQL
DigitalOcean
-
In cloud-based environments, there are multiple ways to scale and secure a Django application. By scaling horizontally, and running several copies of your app, you can build a more fault-tolerant and highly-available ...
•
By
Hanif Jetha
Django
Docker
Nginx
Let's Encrypt
Python Frameworks
-
Tutorial
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightl...
•
By
Erin Glass
Ubuntu 20.04
Nginx
Python
Python Frameworks
Django
PostgreSQL
Databases
-
In this tutorial, we will create Django views that enable our web application to properly handle web requests and return the required web responses. As defined in the Django docs, a web response can be the HTML conten...
•
By
Jeremy Morris
Django
Development
Python
Programming Project
Ubuntu 20.04
-
In this tutorial, we will connect to and enable the Django admin site so that you can manage your blog website. The Django admin site comes pre-built with a user interface that is designed to allow you and other trust...
•
By
Jeremy Morris
Python
Django
Development
Programming Project
Ubuntu 20.04
-
In this tutorial, we will create the Django models that define the fields and behaviors of the Blog application data that we will be storing. These models map the data from your Django application to the database. It’...
•
By
Jeremy Morris
Python
Django
Development
Programming Project
Ubuntu 20.04
-
In this tutorial, you will learn how to set up the initial foundation for a blog website with connections to a MySQL database. This will involve creating the skeleton structure of the blog web application using django...
•
By
Jeremy Morris
Django
Development
Programming Project
Ubuntu 20.04
Python Frameworks
-
Django is a free and open-source web framework written in Python with its core principles being scalability, re-usability and rapid development. In this tutorial, we will set up a Django environment for development pu...
•
By
Lisa Tagliaferri
Django
Python Frameworks
Development
Ubuntu 18.04
-
Tutorial
In this tutorial, we will set up a Django development environment. We’ll install Python 3, pip 3, Django and virtualenv in order to provide you with the tools necessary for developing web applications with Django.
•
By
Jeremy Morris
Python
Django
Development
Programming Project
Debian
Ubuntu 16.04
-
Tutorial
Testing a website can be a complex task to undertake because it is made up of several layers of logic like handling HTTP requests, form validation, and rendering templates. However Django provides a set of tools that ...
•
By
Evans Ehiorobo
Django
Python
Python Frameworks
Applications
Programming Project
Development
-
Tutorial
GraphQL is an API standard created and open-sourced by Facebook as an alternative to REST APIs. It exposes a single endpoint for all communication instead of multiple URLs for different resources and solves the overfe...
•
By
Jonatas Baldin
Development
Django
Python
Python Frameworks
Programming Project
-
Tutorial
In this article, we will see how to create a Universal application using Django and Nuxt.js. Django will handle the back-end operations and provide the APIs using the (DRF) Django Rest Framework, while Nuxt.js will cr...
•
By
Jordan Irabor
Django
Vue.js
JavaScript
Python Frameworks
-
Tutorial
In this article we'll build a simple Django app that displays the current weather for various cities. To get the current weather data, we'll use the Open Weather Map API. We'll work with a database and create a form, ...
•
By
Anthony Herbert
Django
Python
Development
-
Tutorial
In this tutorial, we will build a Django application that allows users to sign in via their Facebook, Instagram, and LinkedIn accounts. To achieve this, we will use the social-auth-app-django library. We will also lea...
•
By
Jordan Irabor
Django
Python Frameworks
-
Tutorial
Django is a web framework written in Python. Django has been used in websites such as Mozilla, Pinterest and Instagram. You can use Django to display information from APIs (such as Instagram posts or GitHub repositori...
•
By
Ari Birnbaum
Development
Django
API
Programming Project
-
Interested in Django but not sure where to start with Docker? This tutorial will walk you through first steps: modifying a sample Django application to work in a container-based environment, and building a container i...
•
By
Justin Ellingwood, Hanif Jetha
Django
Ubuntu 18.04
Applications
Docker
PostgreSQL
Python
Databases