MasterKale / Docker-Django

A complete Django setup, running in Docker
71 stars 27 forks source link

feat/whitenoise #26

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This RP tweaks the project to include whitenoise for static file hosting, and two options for production hosting:

  1. Caddy
  2. Cloudflare Tunnel

It also updates Python package and Docker image dependencies.