Hi, I need some design help for my concepts:- My concept is mother page contain all the links like( forum, advertiser, classified's,etc) different categories. Based on the mother page registration the forum, advertiser, classified's,etc will be worked(based on the user sign in data's will be captured in categories). In feature i will add my concepts in mother page up-to 10 to 20.
So my question is: Which way I need to design the django project structure? I have two idea which one is best:- 1 >> Each category will be separate project, and mother page will be separate project. To join all this we can use django multiple database with router concept. (In this case we can easily maintain each project in production, but maintain the separate db with router concept) 2 >> To create single project for all categories and put separate modules in inside the project. (In this case we don't worry about the router and multiple database session and users) Please anyone advise on this. Thanks, Kesavan -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.