a15f1a3cf691
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 30 Jun 2011 09:16:20 -0400 |
parents | c830c178d33a (current diff) 2060e7f9bdfc (diff) |
children | 07a50b67d5cd |
branches/tags | (none) |
files |
Changes
--- a/content/blog/2011/06/django-advice.html Thu Jun 30 09:12:43 2011 -0400 +++ b/content/blog/2011/06/django-advice.html Thu Jun 30 09:16:20 2011 -0400 @@ -707,7 +707,7 @@ worry about than new projects. I wrote a few scripts to automate updating apps and such, but they're extremely hacky -so I don't want ot post them here. Take half a day and write your own set -- it's +so I don't want to post them here. Take half a day and write your own set -- it's definitely worth it to have your own mirror of your specific dependencies. [hg-git]: http://hg-git.github.com/ @@ -1024,7 +1024,7 @@ I *rarely* work with raw HTML files any more. Whenever I open a file ending in `.html` it's almost always a Django template (or a [Jinja][] template, which has a very similar syntax). I've added an autocommand to automatically set the correct -filetyle whenever I open a `.html` file: +filetype whenever I open a `.html` file: [Jinja]: http://jinja.pocoo.org/