Nov 29

test SyntaxHighlighter post

Tag: Ranting and ReflectionsJoe @ 9:25 pm

Testing out the WordPress Plugin SyntaxHighlighter.

[source:python]
# comment…
def reset_database():
from django.core import management
management.syncdb()
print “Interesting, huh?”
[/source]

Leave a Reply