Add insider post.
[blog.git] / posts / insider.mdwn
diff --git a/posts/insider.mdwn b/posts/insider.mdwn
new file mode 100644 (file)
index 0000000..e65d91d
--- /dev/null
@@ -0,0 +1,16 @@
+[[!template id=gitrepo repo=insider]]
+
+Insider is a little [Django][] app I wrote to help my brother,
+Garrett, track insider trading with a simple, familiar web interface.
+It's a pretty simple app, partly thanks to Bradley Ayers'
+[django-tables2][], which does the table formatting.  Just goes to
+show that a good scripting language and framework make developing
+simple apps a breeze!
+
+[Django]: https://www.djangoproject.com/
+[django-tables2]: https://github.com/bradleyayers/django-tables2/
+
+[[!tag tags/code]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]