There are several hosting options out there, although I don't know of
any free Django hosting other than Google app-engine. For normal
Django, I've had some positive experience with http://djangohosting.ch
,  for €4 per month. I've also heard good things about
http://www.webfaction.com/ .

If you want to use Google app-engine, take a look at
http://code.google.com/p/app-engine-patch/ .
It will let you use Django 1 or even 1.1 on app-engine. Mind you,
Google don't use a relational database, so the standard Django models
won't work. You'll need to use Google's own models.

Tim ^,^




On Mon, Jun 29, 2009 at 4:40 AM, Steve Hershman<hersh...@gmail.com> wrote:
>
> Introduction:
> Hi Everyone,
> Django is awesome and I hear you're all really helpful.  I'm looking
> forward to joining this group.
> ------------
> Real message:
>
> So I'm developing a site with a few friends.  We do not have a
> dedicated server and are located in different cities.  What is the
> easiest way to either:
> a) Have me develop the site, but let my friends see it.
> b) Have multiple of us develop the site.
>
> I see that the development server can share within a local network,
> but we're on separate networks.
> Google Apps seems to support django, but it looks like not version 1.0
> (though I couldn't find a straight answer).  Can I run the latest
> Django on google app engine?
>
> Thanks,
> Steve
> >
>

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

Reply via email to