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 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 defining the related models? Please advise on this. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.