If you go with django, especially say an appenginepatch version, you
more than likely can move off without too much trouble. You'd have to
redo your models, and if you use things like ListProperty you may have
to make adjustments to how you handle that in your source. Basically,
the entire data storage portion of your app would need to go through a
major rewrite.

I'm hoping in a few months to get the time to try that for an
application I'm working on, just to see how much trouble it is and
prepare for being able to do it if the need arises.

On Jan 9, 2:58 pm, Eric Frost <efr...@gmail.com> wrote:
> What if I want to move away from GAE later.. can I host django,
> web.py, or webapp frameworks myself? (Does my question make sense?)
>
> Eric
>
> On Jan 9, 1:54 pm, adelevie <adele...@gmail.com> wrote:
>
> > GAE forces you to use a framework, php doesn't. GAE lets you cheaply
> > host django, web.py and webapp frameworks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to