Coverage for yaptide/settings.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-03-31 19:18 +0000

1# -*- coding: utf-8 -*- 

2"""Application configuration. 

3Most configuration is set via environment variables. 

4For local development, use a .env file to set 

5environment variables. 

6""" 

7from environs import env 

8 

9env.read_env()