I love all things Google, but I'm wondering if I should put in effort
to migrate to Python, Datastore and GAE.

My non-commercial app has two distinct text forms: one is a radio
selection and one is a text string that gets exploded and is searched
in elseif statements against arrays. The original message is posted to
2 tables in MySQL: one with entire message, and another with exploded
array words. This second table is queried for most common words and
echoed in a datatable.

Both of these forms must be in same app.

My app also uses geo location and css/js libraries.

I'm confused about Django templates; I did not see any CSS/JS
"templates" per se in the docs; does a beginner do best with static
CSS/JS files?

The attraction of GAE seems to be doing everything in one interface/
set of tools, and I'd like to keep it that way: I don't need a bunch
of links and 3rd party apps.

Advice greatly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to