Page not found (404)

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

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

    <#list patterns as p>
  1. ${p?html}

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 404 page.