From: W. Trevor King Date: Thu, 21 Jul 2011 22:29:08 +0000 (-0400) Subject: Add insider post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2aee631be1b1ca729efd76a442e98211d87c635c;p=blog.git Add insider post. --- diff --git a/posts/insider.mdwn b/posts/insider.mdwn new file mode 100644 index 0000000..e65d91d --- /dev/null +++ b/posts/insider.mdwn @@ -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]]