PyconUK / ironcage

A Django application for managing PyCon UK
1 stars 8 forks source link

Add checks for deployment env vars #44

Closed meshy closed 7 years ago

meshy commented 7 years ago

This adds a check for the following env vars:

Fixes #41

These checks are run when ./manage.py check --deploy is run, so we should consider running that on deployment. That's also going to be handy as part of #22.