I have a question regarding pytest and django 3.1. I have an app structure like that:
main_app ├── config │ └── settings │ └── base.py / local.py / pr