lemon-helicopter-73409
03/03/2023, 4:41 PMrepo
├── compose
├── config
├── asgi.py
└── settings
├── docker-compose.yml
├── manage.py
├── poetry.lock
├── proxy
├── pyproject.toml
├── setup.cfg
├── startup.py
├── staticfiles
└── api
├── accounts
├── authentication
├── celery.py
├── common
├── conftest.py
├── users
└── util
Each django app under the api directory has tests
directory for testshappy-kitchen-89482
03/03/2023, 4:43 PMlemon-helicopter-73409
03/03/2023, 4:44 PMhappy-kitchen-89482
03/03/2023, 4:45 PMlemon-helicopter-73409
03/03/2023, 4:48 PMapi
directory to solve the problem, but I was kind of hoping to get this working before making structural changeshappy-kitchen-89482
03/03/2023, 4:52 PMlemon-helicopter-73409
03/03/2023, 4:53 PMconfig
directory holds the settings.py, wsgi.py, etc.happy-kitchen-89482
03/03/2023, 5:20 PMapi
dir, but for everything), but have separate dirs for your different settings.py
lemon-helicopter-73409
03/03/2023, 5:23 PMhappy-kitchen-89482
03/03/2023, 5:32 PM