Django 3.2 LTS

Django 3.2 LTS
Django 3.2 LTS
by GreenDeployHQ

Version 3.2.4

OS Ubuntu 20.04

Frameworks

Description

Software Included

Package
Django
Version
Package
Nginx
Version
1.18.0
Package
Gunicorn
Version
20.0.4
Package
Postgres
Version
12.7
Package
Python
Version
3.8.5
Package
Pip (for Python3)
Version
20.0.2
Package
Certbot
Version
0.40.0
License

Getting started after deploying Django 3.2 LTS

API Creation

In addition to creating a Droplet from the Django 3.2 LTS 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB Django 3.2 LTSDroplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"greendeployhq-django32lts-20-04"}' \
      "https://api.digitalocean.com/v2/droplets"