Slice filter
Handy for things such as: `{{ some_string|slice:","|join:";" }}`
- filter
- string
- slice
- simple
Handy for things such as: `{{ some_string|slice:","|join:";" }}`
A short little bit of code to test for comment spam against Akimet. Use: a = Akismet('<AkismetKey>', 'http://sneeu.com/blog/') a.verify_key() print a.comment_check( comment_author='...', comment_author_email='[email protected]', user_ip='10.0.0.1', comment_content="""Comment content!""" )