summaryrefslogtreecommitdiff
path: root/app/placeholder_posts.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/placeholder_posts.py')
-rw-r--r--app/placeholder_posts.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/placeholder_posts.py b/app/placeholder_posts.py
new file mode 100644
index 0000000..9e9c25c
--- /dev/null
+++ b/app/placeholder_posts.py
@@ -0,0 +1,16 @@
+posts = [{
+ 'author':
+ 'Marius',
+ 'date':
+ 'Dec. 26th, 2019',
+ 'content':
+ "this is a test where I write a message that isn't too short, it isn't too long, it's just the right size."
+}, {
+ 'author': 'Achille',
+ 'date': 'Dec. 25th, 2019',
+ 'content': "this is a second test!"
+}, {
+ 'author': 'Jeanne',
+ 'date': 'Dec. 24th, 2019',
+ 'content': "this is a third test!"
+}] \ No newline at end of file
Copyright 2019--2024 Marius PETER