All Questions
2 questions
1
vote
1
answer
469
views
Multiple different versions of similar apps in one project
I need some help to improve the architecture of a site I've built. What I want to achieve within a single Django project is the following:
I want a site that comes in several versions (one per year), ...
6
votes
4
answers
5k
views
Front-end structure of large scale Django project [closed]
Few days ago, I started to work in new company. Before me, all front-end and backend code was written by one man.
As you know, Django app contains two main directories for front-end: /static - for ...