Page not found (404)

Invalid page (44): That page contains no results
Request Method: GET
Request URL: http://imghub.insilicogen.com/images/my/?page=44&
Raised by: imghub.views.ImageGalleryView

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

  1. ^.*\.html [name='view_html']
  2. [name='index']
  3. signup/ [name='signup']
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. find-pw/reset/ [name='password_reset']
  7. find-pw/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  8. find-pw/reset/done/ [name='password_reset_done']
  9. find-pw/reset/complete/ [name='password_reset_complete']
  10. upload/view/ [name='upload-view']
  11. upload/upload/ [name='upload']
  12. api/upload/ [name='upload-api']
  13. images/my/ [name='image-my-list']

The current path, images/my/, 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.