Page not found (404)

Request Method: GET
Request URL: https://www.nuriaflotats.cat/galeriaform/WeTransfer

Using the URLconf defined in nuriaflotats.urls, Django tried these URL patterns, in this order:

  1. ^$
  2. ^postform/$ [name='post_add']
  3. ^post/$ [name='post']
  4. ^galeriaform/$ [name='galeria_add']
  5. ^galeria/$ [name='galeria']
  6. ^admin/
  7. ^media/(?P<path>.*)$

The current URL, galeriaform/WeTransfer, didn't match any of these.

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