public
Description: A template filter for Django to apply Pygments syntax coloring to strings.
Homepage: http://lethain.com/entry/2008/aug/09/a-syntax-coloring-template-filter-for-django/
Clone URL: git://github.com/lethain/django-syntax-colorize.git
100755 4 lines (2 sloc) 0.057 kb
1
2
3
4
from django.db import models
 
# Create your models here.