summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--posts/Silly_django_confusion.mdwn4
1 files changed, 4 insertions, 0 deletions
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;
+"""]]
+
<pre class="src src-sql">SELECT * FROM app_table;
=&gt; 3 rows of data</pre>