Running django on a web hosting account

2009-04-06 Thread atik
So i have created a django project and now want to run it in my hosting accounct. What is needed to do? I mean what should they provide or what should i need to install there? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Running django on a web hosting account

2009-04-06 Thread Nick Lo
> So i have created a django project and now want to run it in my > hosting accounct. What is needed to do? I mean what should they > provide or what should i need to install there? You don't give very much information about what project you have created or what your hosting account is, so it's

Re: Running django on a web hosting account

2009-04-06 Thread atik
Is there any free hosting site that provide django support? --~--~-~--~~~---~--~~ 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

Re: Running django on a web hosting account

2009-04-06 Thread dls
Webfaction is not free, but offers some pretty impressive setups for Django websites (as well as many other language), and have competitive pricing. They will do an install of the necessary libraries and modules for whatever language you select - and they can do multi

Re: Running django on a web hosting account

2009-04-06 Thread Alex Gaynor
On Mon, Apr 6, 2009 at 10:13 PM, dls wrote: > > Webfaction is not free, but offers some > pretty impressive setups for Django websites (as well as many other > language), and have competitive pricing. > > They will do an install of the necessary libraries and modules

Re: Running django on a web hosting account

2009-04-06 Thread dls
Ahhh - and has Nick Lo has clearly indicated, you should check out Djangofriend.com, which lists Webfaction as the #1 Django hosting site :) I missed that bit when I responded the first time. -dls On Apr 6, 10:13 pm, dls wrote: > Webfaction is not free, but offers s

Re: Running django on a web hosting account

2009-04-06 Thread Kenneth Gonsalves
On Tuesday 07 April 2009 07:45:15 dls wrote: > Ahhh - and has Nick Lo has clearly indicated, you should check out > Djangofriend.com, which lists Webfaction as the #1 Django hosting > site :) I missed that bit when I responded the first time. djangofriendly.com - when I last looked -- regards kg

Re: Running django on a web hosting account

2009-04-06 Thread Graham Dumpleton
On Apr 7, 12:13 pm, dls wrote: > Webfaction is not free, but offers some > pretty impressive setups for Django websites (as well as many other > language), and have competitive pricing. > > They will do an install of the necessary libraries and modules for > whateve

Re: Running django on a web hosting account

2009-04-07 Thread Sergio Durand
atik escreveu: > Is there any free hosting site that provide django support? > I know 2 django free hostings: - Google App Engine[1] - you will need adapt somethings in your code. - Always Data[2] - they offer django free host with database and ssh support but it's in french and you will have

Re: Running django on a web hosting account

2009-04-07 Thread dls
Graham: > Is WebFaction still using mod_wsgi 2.0 though? > > Latest version of mod_wsgi is 2.3 (which is over 6 months old) with > 2.4 coming out real soon now and with 3.0 to follow not long after > that. Yes, the mod_wsgi appears to be frozen at v2.0. Interestingly, mod_python appears to be up

Re: Running django on a web hosting account

2009-04-10 Thread Konrad Martin
Hi Sergio > - Google App Engine[1] - you will need adapt somethings in your code. There is the project appEnginePatch to deploy django on Google appEngine out of the box. http://code.google.com/p/app-engine-patch/wiki/Documentation The app-engine-patch has got a ready made sample. Download http