Oppoin / django-green

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-green

DO App Platform is not fully fledged with deploying from a button when you have complicated setup. So I won't have one. To avoid confusion.

There will be 3 components, a webservice that is the main component, a static, and a database.

The following env variables are for the main webservice component that runs the django code

The DJANGO_SETTINGS_MODULE env is composeexample.settings.production

The run command is gunicorn --worker-tmp-dir /dev/shm composeexample.wsgi

Components

components

Env Variables for the main components

env-variables

Commands

commands

How the app looks like

login-via-do

Login and create new account using DigitalOcean

create-two-droplets

Create new droplets easily with just a single click

destroy-droplets

Destroy droplets just as easily with a single click and a confirm dialog

About

License:MIT License


Languages

Language:Python 58.8%Language:HTML 33.5%Language:Dockerfile 5.3%Language:Shell 2.3%