On Monday 08 March 2010 13:08:23 chiranjeevi muttoju wrote: > we have two applications, what we want to do is, one app should run at one > address and other app should run at different address. this is my > requirement. is it possible to put those two apps in the same > project...?(different apps but same project, we sud be able to run both > apps separately with the different settings.) Each instance of a project running has a single set of settings.
What do you mean by ``address`` exactly? If you mean URL locactions like "/app1/view1/" and "/app2/view2/" it has nothing to do with the settings, you configure it in your URLconf. -- Saygılarımla, Atamert Ölçgen -+- --+ +++ www.muhuk.com [email protected] -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

