From 2aee631be1b1ca729efd76a442e98211d87c635c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 21 Jul 2011 18:29:08 -0400 Subject: [PATCH] Add insider post. --- posts/insider.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 posts/insider.mdwn 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]] -- 2.26.2