Multiple application instances?

2009-08-10 Thread Andrin Riiet
In the django documentation -> URL dispatcher -> Defining URL namespaces it reads "When you need to deploy multiple instances of a single application, it can be helpful to be able to differentiate between instances" I am unable to find any kind of documentation on how to "deploy multiple instance

Re: Application decoupling - project architecture question

2009-08-07 Thread Andrin Riiet
0599969 > > It goes a bit more into theory that I found helpful. > > On Aug 6, 8:07 am, Andrin Riiet wrote: > > > Hi, I'd like to shed some light on the "the right way" to make > > applications in django by an example and a few questions. > > > Let&

Application decoupling - project architecture question

2009-08-06 Thread Andrin Riiet
Hi, I'd like to shed some light on the "the right way" to make applications in django by an example and a few questions. Let's say that I have a 'users' application (acting as "user profiles" on the built-in user authentication system) and I want to add an avatar image feature to it. I'd like to