Move the environ_setting to a descriptor. The primary reason to do this is so that `ImproperlyConfigured` errors get raised at access time, not at initialization, and should we do this?
Move the environ_setting to a descriptor.
The primary reason to do this is so that
ImproperlyConfigurederrors get raised at access time, not at initialization, and should we do this?