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.