Getting a KeyError in DB backend of django-digest
- by rtmie
I have just started to integrate django_digest into my app. As a start I have added the @httpdigest decorator to one of my views.
If I try to connect to it I get a KeyError exception thrown in django_digest/backend/db.py . Depending on which db I configure I get a different KeyError in a different location. I am using Django 1.2.1, with MySql…