I’m trying to build a tool for data analysis. I expect that this kind of application gets big, so I’m following the MVC pattern to organize it as best as possible. My results are saved in .csv files, so the goal should be to “import” them into the GUI. I want to open these files using “CTRL + O” as
Tag: model-view-controller
Separation of business logic and data access in django
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 ugly that my model level (which was supposed to be responsible only for the work