Re: Multiple application instances?

2009-08-10 Thread Malcolm Tredinnick

On Mon, 2009-08-10 at 12:20 -0700, Andrin Riiet wrote:
> 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 instances of a single application".
> 
> So how can I have multiple instances of one application?

Have a look at how the admin application works. It isn't trivial to
create an application that can be deployed multiple times, but
fortunately, it's also not required very often. The admin is an example
and I can think of a few other situations it might be required for, but
generally you'll find that the same application instance can be used to
handle things.

Regards,
Malcolm



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 instances of a single application".

So how can I have multiple instances of one application?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---