Re: Configure LAMPP with Django

2011-01-13 Thread evstevemd
thanks, let me check On Jan 13, 3:06 pm, Kenneth Gonsalves wrote: > On Thu, 2011-01-13 at 03:43 -0800, evstevemd wrote: > > I love this, > > any tutorial on how to create virtual hosts? > > django documentation, in the deployment section shows how > -- > regards > K

Re: Configure LAMPP with Django

2011-01-13 Thread evstevemd
I love this, any tutorial on how to create virtual hosts? On Jan 12, 5:02 am, Kenneth Gonsalves wrote: > On Tue, 2011-01-11 at 04:51 -0800, evstevemd wrote: > > I have learned alot in these few threads. Now my question was how do I > > deploy different Django apps using sam

Re: Configure LAMPP with Django

2011-01-11 Thread evstevemd
Thanks friends, I have learned alot in these few threads. Now my question was how do I deploy different Django apps using same Apache server. I tried instructions in links given above but I ended screwing my Apache and ended falling back. May be my PHP background keeps me that way. Please help me a

Configure LAMPP with Django

2011-01-10 Thread evstevemd
I have LAMPP on Ubuntu and I use it fine with PHP. Now I have to add Django so that I can do PHP and Django projects together. I will have more than one Django project. I have read of mod_wsgi but I cannot understand. In PHP I just put my project as subdirectory of /var/www/ and then access them vi