thanks for links. I have read those. I should have stated that I have
created a guestbook app with GAE
as a trial to explore the datastore etc.

I was looking more for feedback from users who are deep in GAE and can
make a comparison:

Do you miss not having a relational database? Workarounds given my
situation of using 2 tables?
Are/can you use Google's webtoolkit or ajax/css apis without having to
deploy 3rd party apps?

Stuff like that...
On Jan 6, 9:07 am, Sylvain <sylvain.viv...@gmail.com> wrote:
> 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/staticfil...
>
> You can create forms directly inside the code (without template) 
> :http://code.google.com/appengine/docs/python/gettingstarted/handlingf...
>
> 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