Nov 29
test SyntaxHighlighter post
Testing out the WordPress Plugin SyntaxHighlighter.
[source:python]
# comment…
def reset_database():
from django.core import management
management.syncdb()
print “Interesting, huh?”
[/source]
Nov 29
Testing out the WordPress Plugin SyntaxHighlighter.
[source:python]
# comment…
def reset_database():
from django.core import management
management.syncdb()
print “Interesting, huh?”
[/source]