classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
521 stars 68 forks source link

Use environs for environment support in settings #199

Closed ghickman closed 2 years ago

ghickman commented 2 years ago

environs gives us functions which return specific types (eg a bool for DEBUG), and validation.

Fixes #191