Tag: pygments

Django and Syntax Highlighting

There seems to be a huge number of solutions for enabling syntax highlighting in Django applications. This was an issue I had to tackle before I deployed my blog, so I did a little bit of research, and ended up combining a few different methods to build a good solution.

Read more »