Access is denied (403)

Request Method: ${request.method}
Request URL: ${request.requestURL}

Using the URLconf defined in webapp.urls, JPlume tried these URL patterns, in this order:

The current URL, ${request.requestURL}, didn't match any of these.

You're seeing this error because you have DEBUG = True in your JPlume settings file. Change that to False, and JPlume will display a standard 403 page.