Django structure

2015-03-08 Thread Gabriel Klein
Hi there, I'm going to start a big project using Django. It will have 3 main sections: - A "Frontend" section: Where the user will consult the data. - A "Backend" section: Where the ETL and Admins will organize the data - A User Management section: Where I'll manage user permission, Oauth for my

Re: Django structure

2015-03-09 Thread Gabriel Klein
modules (units, packages) is one of the hardiest > things in software architecutre. It is ok to refactor existing projects > changing modules structure, because you never know if your layout is good > until you try to support such project. > > Ilya. > > On Sunday, March 8, 2015