lethain / comfy-django-example

A tutorial that shows how to use CouchDB with Django.
10 stars 2 forks source link

Update views.py #2

Open odellus opened 11 years ago

odellus commented 11 years ago

The ResourceNotFound exception is no longer located in couchdb.client but directly from couchdb.

from couchdb.client import ResourceNotFound Traceback (most recent call last): File "", line 1, in ImportError: cannot import name ResourceNotFound from couchdb import ResourceNotFound

I still can't get the tutorial to work on 127.0.0.1:8000 though.