Re: How to lay out large, *modular* website in Django.

2009-11-18 Thread zimnyx
Thank you for replies :-) I forgot to mention important thing: Those website modules will probably be run on separate hosts (they can be put on different hosts or virtual hosts, but still use the same database) .. so one point in "What is common between them": "global configuration (database uri,

How to lay out large, *modular* website in Django.

2009-11-17 Thread zimnyx
Guys, I'm trying to lay out Django code for large "website", which consists of four subsytems: - employees' website - statistics website used also by employees - public website (with users accounts) - monitoring webservices This four components have different: - auth types, - different user types

How to lay out multiple apps sharing the same model? (newcomer)

2009-10-27 Thread zimnyx
Hi! I got idea of three completely different, large websites, which share the same business model and same database. Saying "completely different", I don't mean just different look. These websites are something like: administarion tool, user services, etc. They are large and have completely diffe