Page not found (404)

Request Method: {{ request.method }}
Request URL: {{ request.pathname }}
{% if urlpatterns %}

Using the URLconf defined in {{ settings.root_urlconf }}, Wilson tried these URL patterns, in this order:

    {% for pattern in urlpatterns %}
  1. {{ pattern }}
  2. {% endfor %}

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

{% else %}

{{ reason }}

{% endif %}