Hello all, 
I am working on making an extremely simple blog for a udacity class I am 
taking, one problem I have ran into is that whenever I submit a new post 
and redirect to the front page of the website the post does not appear. I 
have to refresh the page and only then it does appear (only shows the old 
ones). That lag though
I am thinking it has something to do with the fact that I am loading all 
the posts in the the GET  of the main page should I be doing it in the 
POST? ( I am still kind of confused when to use each)
Here is a copy of my code.

(I think the problem is under mainhandler)

http://pastebin.com/jj3H3yrs

I submit the entries object to the html and use a for loop with Jinja2 to 
post each title and text.



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to