Page not found (404)

No Album matches the given query.
Request Method: GET
Request URL: http://minhasplantas.com.br/galeria/sete-tendencias-para-jardinagem-e-paisagismo-em-2018/?page=3
Raised by: galeria.views.index

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

  1. plantas/
  2. radio/
  3. tv/
  4. duvidas/
  5. blogs/
  6. blog/
  7. galeria/ [name='index']
  8. galeria/ categorias/<cat>/ [name='cat']
  9. galeria/ <entry>/ [name='entry']

The current path, galeria/sete-tendencias-para-jardinagem-e-paisagismo-em-2018/, matched the last one.

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.