Hi Zeynel,

You might want to read my blog post about using Disqus on App Engine:
http://blog.notdot.net/2009/10/Blogging-on-App-Engine-part-6-Comments-and-Search

You don't need to do anything special - just create one page for each item
that people can comment on, and embed the Disqus code in that page.

-Nick Johnson

On Sat, Jan 15, 2011 at 11:38 AM, Zeynel <[email protected]> wrote:

> Hello,
>
> I am working on a simple news site for people to post Sarah Palin
> related links. At this point I have a submit page
> http://sarah-for-president.appspot.com/submit and a newest page
> http://sarah-for-president.appspot.com/newest
>
> But I also want to add a comments page (like in Hacker News) so that
> people can comment on each article. I want to use disqus for comments
> and the page will look something like this
> http://sarah-for-president.appspot.com/comments
>
> But I don't understand how I can connect an article with its comments.
> Hacker News has urls of this type
> http://news.ycombinator.com/item?id=2105038
>
> I see in Datastore Viewer that each entry has an id:
>
> ID/Name: id=1
> date: 2011-01-14 20:51:28.256421
> title: Sarah Palin Wikipedia page
> url: http://en.wikipedia.org/wiki/Sarah_Palin
>
> Can you help me understand how to form the urls of the form
> http://sarah-for-president.appspot.com/item?id=1
>
> Or if this is not correct, what is the correct way?
>
> This is my app.yaml:
>
> application: sarah-for-president
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /favicon.ico
>  static_files: static/images/favicon.ico
>  upload: static/images/favicon.ico
>
> - url: /.*
>  script: sarah.py
>
> inbound_services:
> - mail
>
> and the code is here: http://pastebin.com/5bnEURhj
>
> (sorry for all the HTML, i am not using templating at this point)
>
> Thanks!
>
> --
> 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]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

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