Page not found (404)

Request Method: GET
Request URL: https://sus.mn/galleries/suit-up-saturday-july-31-2016-the-saloon-minneapolis-mn?page=3

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

  1. admin/
  2. ckeditor/
  3. [name='home']
  4. page/<int:id> [name='page']
  5. news-list [name='news-list']
  6. news-id/<int:id> [name='news-id']
  7. contact [name='contact']
  8. ^media/(?P<path>.*)$
  9. ^static/(?P<path>.*)$

The current path, galleries/suit-up-saturday-july-31-2016-the-saloon-minneapolis-mn, 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.