data-access-layer

Separation of business logic and data access in django

Separation of business logic and data access in django Question: I am writing a project in Django and I see that 80% of the code is in the file models.py. This code is confusing and, after a certain time, I cease to understand what is really happening. Here is what bothers me: I find it …

Total answers: 10