Django project structure design

2012-06-12 Thread kesavanlcs
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 captu

Single sign on multiple django project

2012-06-11 Thread kesavanlcs
In our business case there are three projects as follows: ProjectA ProjectB ProjectC ProjectA will contains the user registration, So if a user registed with ProjectA then he can access the projects(ProjectB, ProjectC, etc.) except the admin login. Each project having different admin site login.