I have a new job and a huge django project (15 apps, more than 30 loc). It’s pretty hard to understand it’s architecture from scratch. Are there any techniques to simplify my work in the beginning? sometimes it’s even hard to understand where to find a form or a view that I need… thnx in advance.
Share
When I come to this kind of problem I open up a notebook and answer the following:
1. Infrastructure
2. Backend
3. Frontend
When you are done doing that. I think you are much more prepared and able go deeper developing/debugging the app. Good luck.