Shige Abe

Results 6 issues of Shige Abe

I have my own pagination.html template that I styled for my project. When I run the tests, it fails because it's trying to use my template and the expected results...

In models.py: except cls.DoestNotExist, e: should be except cls.DoesNotExist, e:

Can you turn off margin pages, so it only shows the middle part? Setting MARGIN_PAGES_DISPLAYED to 0 or None doesn't do what I expected... Also, I seem to be able...

Hi I'm using the tag cloud functionality and I have a question about restricting the tags in the cloud to selected objects in my model. I have a 'use' boolean...

In Textile 2.0 (http://textile.thresholdstate.com/) this is valid: H[~2~]O Putting brackets allow you get around having white space before modifers. This did not seem to work in Python Textile.

There are article about how to get GA to track 404 errors. Is it possible for Metron to help with that? An article I read says to change the GA...

question