Page not found (404)

Request Method: GET
Request URL: http://travelposting.com/es/category/?page=2
Raised by: cms.views.details

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

  1. ^sitemap\.xml$
  2. ^rosetta/
  3. api/
  4. ratings/
  5. es/ ^nested_admin/
  6. es/ ^admin/
  7. es/ ^impersonate/
  8. es/ summernote/
  9. es/ ^accounts/
  10. es/ directmessages/
  11. es/ ^category/destination/(?P<slug>\w+) [name='view_detail_destination']
  12. es/ ^search/ [name='search_category']
  13. es/ ^category/(?P<alias>\w+) [name='view_category']
  14. es/ community/
  15. es/ paypal/
  16. es/ dashboard/
  17. es/ advertisements/
  18. es/ personal-search/ [name='personal-search']
  19. es/ make-booking/ [name='make-booking']
  20. es/ delete-register/ [name='delete-register']
  21. es/ setting-privacy/ [name='setting-privacy']
  22. es/ events/ [name='events_pub']
  23. es/ events/search [name='event_search']
  24. es/ events/<slug> [name='event_slug']
  25. es/ events/register/ [name='event-register']
  26. es/ ^get-itinerary/(?P<slug>\w+) [name='get_itinerary']
  27. es/ contact-us [name='contact-us']
  28. es/ podcast/
  29. es/ p/<users>/ [name='show_portfolio']
  30. es/ portfolio/ [name='portfolio_list']
  31. es/ portfolio/search [name='portfolio_search']
  32. es/ ^ ^cms_login/$ [name='cms_login']
  33. es/ ^ ^cms_wizard/
  34. es/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  35. es/ ^ ^$ [name='pages-root']
  36. ^main/media/(?P<path>.*)$

The current path, /es/category/, 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.