Hi Isa,

# logged-in users:
http://code.google.com/appengine/docs/configuringanapp.html

you must configure the file "app.yaml":

- url: /comment
  script: app.py
  login: required

# store a reference
http://code.google.com/appengine/docs/datastore/entitiesandmodels.html

# by email
http://code.google.com/appengine/docs/mail/sendingmail.html

Can you pay for your "commment function" ? :-)

-- David(e)


[EMAIL PROTECTED] ha scritto:

> Hello
>
> I would like to implement a comment function where logged-in users can
> post comments to something (a post or an image). Should I store a
> reference of the comments-object in the something-object or the other
> way around.
>
> Replies should inform all commentators by email about the new comment.
>
> Is there a short example on how to best do this?
>
> Thank you,
> Isa
--~--~---------~--~----~------------~-------~--~----~
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