2060e7f9bdfc
Fixed a couple of typos.
author | Alex Vidal <alex.vidal@gmail.com> |
---|---|
date | Wed, 29 Jun 2011 20:50:51 -0700 |
parents | 500e3b17d24c |
children | a15f1a3cf691 |
branches/tags | (none) |
files | content/blog/2011/06/django-advice.html |
Changes
--- a/content/blog/2011/06/django-advice.html Wed Jun 29 22:31:20 2011 -0400 +++ b/content/blog/2011/06/django-advice.html Wed Jun 29 20:50:51 2011 -0700 @@ -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/