sesh / django-up

🚀 Zero configuration Django deployments
MIT License
101 stars 4 forks source link

Add UP_ENV_VARS to setting to grab vars during deployment #20

Open sesh opened 1 year ago

sesh commented 1 year ago

Variable names listed should be added to django_environment if they exist on the machine being deployed from.

Helps with deploying via GitHub Actions.