×
Django

Setup and Deploy Geodjango App on Alibaba Cloud Part 1: Basic Setup

In this tutorial, we will be setting up and configuring geospatial libraries alongside with Django so as to run a geographic application on Alibaba Cloud.

Deploy Django Application on Alibaba Cloud

This post explains how you can launch and deploy a Django application on Alibaba Cloud.

How to Create a Django Rest Framework-GIS on Ubuntu 16.04 Server (Part 1)

In this tutorial, we will create a GIS Django REST framework on an Alibaba Cloud Elastic Compute Service (ECS) instance with Ubuntu 16.04.

How to Create a Django Rest Framework-GIS on Ubuntu 16.04 Server (Part 2)

In this tutorial, we will create a GIS Django REST framework on an Alibaba Cloud Elastic Compute Service (ECS) instance with Ubuntu 16.04.

How to Manage Django Images and Static Assets on Ubuntu 18.04

This tutorial shows you how to effectively use the django.contrib.staticfiles module to improve web user experience with the Django framework.

Flask, Django or Pyramid: Which Framework is Right for You?

This blog looks into the three top frameworks to show you what sort of use cases are these frameworks best suited for.

Develop a Cart Application with Django

This tutorial is the second article in our series on building an e-commerce app using the Django web framework.

Setup and Deploy Geodjango App on Alibaba Cloud Part 2: Completing the App

In this tutorial, we will be setting up and configuring geospatial libraries alongside with Django so as to run a geographic application on Alibaba Cloud.

How to Connect Geodjango App with ApsaraDB RDS for PostgreSQL

In this tutorial, we will build a minimal geodjango app that will connect with our ApsaraDB RDS for PostgreSQL instance on Alibaba Cloud.

How to Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04

In this tutorial, we will install and configure Django with PostgreSQL database and Gunicorn on an Alibaba Cloud ECS instance with Ubuntu 16.04.

How to Develop Web Applications on Alibaba Cloud with Django Framework

This tutorial shows you how you can build your application right from the cloud using the Django web framework, helping you address the challenges web developers face today.

How to Deploy a Django Application with Docker

Docker is a technology that makes it easier to create, deploy and run applications by using containers.