Pages
Categories
Tag Archives: test
Django Unit Test Failure in auth Package
We’ve been using the django.contrib.auth app to handle all of our user login/logout/registration/etc. needs, and it has worked great for us so far. However, when we tried to run the unit tests for our project we found 10 or so errors with regards to the auth package itself. At first, I thought it was because [...]
WordPress flickr blog posting
WordPress flickr blog posting Originally uploaded by amphybian Okay, let’s see if this works! James Ma —edit So I was looking into ways of administrating this blog from my beloved crackberry Blackberry Bold; and as it turns out:1) third party BB apps suck and 2) WordPress has no love for Blackberry users, there’s an awesome [...]
Unit Tests in Django