diff --git a/posts/Silly_django_confusion.mdwn b/posts/Silly_django_confusion.mdwn index 3939fdb..39ad00b 100644 --- a/posts/Silly_django_confusion.mdwn +++ b/posts/Silly_django_confusion.mdwn @@ -6,6 +6,10 @@ was going to import into a fresh new database to test with. When I imported it everything seemed fine, except when looking at the actual page. So this is what I found: +[[!format sql """ +SELECT * FROM app_table; +"""]] +
SELECT * FROM app_table; => 3 rows of data