Front-end structure of large scale Django project
- by Saike
Few days ago, I started to work in new company. Before me, all front-end and backend code was written by one man (oh my...).
As you know, Django app contains two main directories for front-end: /static - for static(public) files and /templates - for django templates
Now, we have large application with more than 10 different modules like: home,…