Re: Advice on creating apps

2010-07-16 Thread mad_casual
Disclaimer: I'm no sage, I just didn't ask the question you asked and was/am figuring it out on my own. My advice; http://pinaxproject.com/ , set up the virtual environment and look through the library. Also, http://www.databaseanswers.org/data_models/ , this seems like less of a 'Django question'

Re: Advice on creating apps

2010-07-16 Thread barun
Thanks! That was quite helpful. On Jul 16, 6:57 pm, Javier Guerra Giraldez wrote: > On Fri, Jul 16, 2010 at 4:38 AM, barun wrote: > > The question am pondering over is, whether I should create separate > > apps for each of these sections. I'll have different database tables > > for each of those

Re: Advice on creating apps

2010-07-16 Thread Javier Guerra Giraldez
On Fri, Jul 16, 2010 at 4:38 AM, barun wrote: > The question am pondering over is, whether I should create separate > apps for each of these sections. I'll have different database tables > for each of those sections. Or should all the sections come under a > single app, with a single model.py file

Advice on creating apps

2010-07-16 Thread barun
Hi All, I need some sage advice on creating Django apps. Currently I'm developing a web application, which has few distinct sections like, Theory, Self-evaluation, Results, References, Feedback and so on. Kinda online tutorial site. :) The question am pondering over is, whether I should create s