Testing out the WordPress Plugin SyntaxHighlighter.
[source:python]# comment…
def reset_database():
from django.core import management
management.syncdb()
print “Interesting, huh?”
[/source]
Software development and daily life in Seattle
Testing out the WordPress Plugin SyntaxHighlighter.
[source:python]