Coverage for lazy_settings/exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-05-11 03:57 +0330

1class ImproperlyConfigured(Exception): 

2 """Django is somehow improperly configured""" 

3 

4 pass