esoergel / peacecorps

Random Hacks of Kindness - Boston
2 stars 7 forks source link

Add simple sample posts, JSON retrieval & basic display of post #34

Closed beechnut closed 11 years ago

beechnut commented 11 years ago

I heard you liked displaying posts so I displayed some posts in your post display.

Right now, if you change any of the fields in the input, it queries the blog posts, but since the Entry model doesn't have queryable parameters yet, it just grabs all of them.

Also, I added a way to add sample posts. There are only a few and we'll have to give them queryable fields when we do so with the Entry model.