mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / cookbook.mdwn
1 [[!template id=gitrepo repo=cookbook]]
2
3 I've been running a home-rolled recipe webapp for a year now, and it
4 worked fairly well in a bare-bones sort of way.  However, I recently
5 had to make some changes to my personal website (since EveryDNS and
6 aparently most other free DNS providers were bought by Dyn), which
7 prompted me to translate `cookbook` into a [Django][] app.  Thanks to
8 the wonders of Django, [Grappelli][], and [django-taggit][], the code
9 is now leaner, meaner, and prettier!
10
11 See the [README][] for details. 
12
13 [Django]: https://www.djangoproject.com/
14 [Grappelli]: https://github.com/sehmaschine/django-grappelli
15 [django-taggit]: https://github.com/alex/django-taggit
16 [README]: http://git.tremily.us/?p=cookbook.git;a=blob;f=README;hb=HEAD
17
18 [[!tag tags/code]]
19 [[!tag tags/linux]]
20 [[!tag tags/programming]]
21 [[!tag tags/python]]