Re: views and manager files according to MVT design pattern

2019-08-27 Thread Tosin Ayoola
Instead of splitting your view, why not create a new app that way the project will b manageable On Aug 27, 2019 23:45, "Mike Dewhirst" wrote: > On 28/08/2019 4:01 am, Alejandro Cuara wrote: > >> Hi, >> I would like to know if does make sense to split my views.py file into >> multiple view files

Re: views and manager files according to MVT design pattern

2019-08-27 Thread Mike Dewhirst
On 28/08/2019 4:01 am, Alejandro Cuara wrote: Hi, I would like to know if does make sense to split my views.py file into multiple view files trying to have a project better organized and the same for my manager.py file because i noticed that they have grown a lot, from my perspective it make se

views and manager files according to MVT design pattern

2019-08-27 Thread Alejandro Cuara
Hi, I would like to know if does make sense to split my views.py file into multiple view files trying to have a project better organized and the same for my manager.py file because i noticed that they have grown a lot, from my perspective it make sense to be align better with the MVT design pa