Skip to content

Instantly share code, notes, and snippets.

View lordsarcastic's full-sized avatar
🌳
Abide with me, fast falls the eventide

lordsarcastic lordsarcastic

🌳
Abide with me, fast falls the eventide
View GitHub Profile
@singerng
singerng / Django_Default_Config.md
Last active July 25, 2023 20:13
Config for Django/Pipenv/Gunicorn/Nginx/Systemd.

Reasonable default configuration for a web app that uses Django and the following dependencies:

  • Pipenv: Python package manager
  • Gunicorn: WSGI server
  • Nginx: Static webserver passing to gunicorn, handling SSL, etc.
  • Systemd: Used to load Gunicorn on startup

This is my goto for setting up projects.