Page not found (404)

Request Method: GET
Request URL: https://eleganceenterprises.in/2019/08/

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

  1. admin
  2. ^home [name='home']
  3. ^$ [name='index']
  4. ^sitemap.xml [name='sitemap']
  5. ^robots.txt [name='robots']
  6. ^.well-known/pki-validation/E3A71B421CDDB2CA7EFD429105C051EF.txt [name='ssl']
  7. ^properties/(?P<builder_slug>[-\w]+)/(?P<prop_slug>[-\w]+) [name='bangalore_builders_properties']
  8. ^properties/(?P<city_slug>[-\w]+) [name='properties']
  9. ^properties [name='properties_all']
  10. ^about [name='about']
  11. ^contact [name='contact']
  12. ^terms [name='terms']
  13. ^privacy-policy [name='privacy']
  14. ^blog/(?P<blog_slug>[-\w]+) [name='blog_detail']
  15. ^blogs [name='blogs']
  16. ^team [name='team']
  17. ^faq [name='faq']
  18. ^events-activities [name='events']
  19. ^award [name='award']
  20. ^compare [name='compare']
  21. ^home_loan [name='home_loan']
  22. ^JNDF345J [name='enquiry']
  23. ^A678ghhg1 [name='A678ghhg']
  24. ^thankyou [name='thankyou']
  25. ^career [name='career']
  26. ^detail-property [name='property_detail']
  27. ^add_to_compare/(?P<slug>[-\w]+)/$ [name='add_to_compare']
  28. ^get-compare/ [name='get_compare']
  29. ^reset_compare/ [name='reset_compare']
  30. ^delete_compare/ [name='delete_compare']
  31. ^media\/(?P<path>.*)$

The current path, 2019/08/, 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.