Setup for postgres database & schema for blogposts.

This commit is contained in:
2021-01-03 18:16:52 +01:00
parent 5b9d9aeca8
commit 3aef0862ec
8 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[{
"model": "posts",
"pk": 12,
"fields": {
"title": "Making A Raspberry Pi Grafana Monitor",
"markdown": "# testost"
}
}]