Hello,

I think most answers are here :
http://code.google.com/appengine/docs/python/gettingstarted/

Do the "getting started", and everything will be clear.

About django templates : you can use it (or not) or use static files
(html, css, js,...)
http://code.google.com/appengine/docs/python/gettingstarted/staticfiles.html

You can create forms directly inside the code (without template) :
http://code.google.com/appengine/docs/python/gettingstarted/handlingforms.html

Hope it will help.

Regards.

On Jan 6, 1:33 pm, paulmo <paul.moll...@gmail.com> wrote:
> 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 google-appeng...@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