The screenshot makes it pretty clear that it can't find the view: default/count.json. If you are expecting a generic view to take over instead, you will need to go into your db.py model and change this line:
response.generic_patterns = ['*'] if request.is_local else [] to: response.generic_patterns = ['*']

