On Jun 29, 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
While you're in development mode, I'd simply worry about sharing the code - eg via GitHub - rather than sharing the actual site. Each of your co-developers can check out the repository and run the development server locally, then push their changes back. When you're ready, you can get fairly cheap hosting somewhere like Webfaction - it's not free, but is extremely good value. AppEngine does sort-of support Django 1.0, if you use one of the add-ons available, but because of the different way the database works the model layer is not directly compatible with vanilla Django. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---