Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. data_posts = [
  2. {
  3. 'id': 123,
  4. 'title': 'First Message',
  5. 'text': 'This is my first message!',
  6. 'date': 2015,
  7. },
  8. {
  9. 'id': 124,
  10. 'title': 'Another Message',
  11. 'text': 'I want to talk about so many things!',
  12. 'date': 2016,
  13. },
  14. {
  15. 'id': 125,
  16. 'title': 'Yet Another Message',
  17. 'text': 'Still here!',
  18. 'date': 2017,
  19. }
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement