Re: quick question: how to have *.domainname.com url in django

2009-07-31 Thread Javier Guerra
On Fri, Jul 31, 2009 at 1:23 PM, weiwei wrote: > Could you please expand  the process " send all those names to the > same Django instance" a little bit more detailed? that's totally about the frontend server and not about Django. As Graham said, apache accepts

Re: quick question: how to have *.domainname.com url in django

2009-07-31 Thread weiwei
Could you please expand the process " send all those names to the same Django instance" a little bit more detailed? Thanks On Jul 31, 7:17 am, Javier Guerra wrote: > On Fri, Jul 31, 2009 at 12:26 AM, weiwei wrote: > > thanks, i was thinking

Re: quick question: how to have *.domainname.com url in django

2009-07-31 Thread Javier Guerra
On Fri, Jul 31, 2009 at 12:26 AM, weiwei wrote: > thanks, i was thinking to have each user have a url as > http://username.domain.com/ after you manage to configure your frontend server (apache, lightttpd, nginx, whatever) to send all those names to the same

Re: quick question: how to have *.domainname.com url in django

2009-07-30 Thread weiwei
thanks, i was thinking to have each user have a url as http://username.domain.com/ like http://hiphopo.posterous.com/ On Jul 30, 10:20 pm, Graham Dumpleton wrote: > On Jul 31, 3:09 pm, weiwei wrote: > > > Hello all, > > > I know

Re: quick question: how to have *.domainname.com url in django

2009-07-30 Thread Graham Dumpleton
On Jul 31, 3:09 pm, weiwei wrote: > Hello all, > > I know there are lots of example for how to sethttp://domainname.com/* > url. But how to have http://*.domainname.com   url in django? Really depends on what you are trying to achieve and how you are hosting

quick question: how to have *.domainname.com url in django

2009-07-30 Thread weiwei
Hello all, I know there are lots of example for how to set http://domainname.com/* url. But how to have http://*.domainname.com url in django? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django