I'm just getting started with AppEngine, currently using django-
nonrel.

1) Overview question: are a significant number of folks using django-
nonrel on appengine? Or is the predominant approach to rely on webapp?
You can tell the pioneers by the arrows in their backs...

2) My application is taking a couple minutes to start each time I
deploy. Is there a technique for improving this? Ordinarily I wouldn't
care much about deploy speed, but I'm working on a facebook app, so
the AppEngine itself is my dev server. Having a 2 minute turnaround
per code change is painful.

When I write small webapp-based apps, they deploy very quickly,
leading me to believe AppEngine is re-pre-compiling the unchanged
Django bits every time I deploy. Is there a workaround for this? Maybe
some way to load the Django bits once and then import them? Or maybe I
can collapse django-nonrel to a single file somehow?

thanks,

-Seth

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