Category Archives: Web Apps
CSUN: WordPress tweetup – accessible presentations

Bristol Council CMS discussion

Send to my… fridge?

An unimportant hole in Section 508?
Mike Paciello recently pointed to an article that
says Section 508 inefficient for CMS and web development tools. This matches what I would expect, however, I discovered the article has it the opposite way round.
Django – Local vs Live error
I came across a strange error using Django when putting something live that I couldn’t find via google, so hopefully this will help anyone in the same position. When I put some new code live (to allow members to enter events), it errored with:
'str' object has no attribute '_default_manager'…