Page not found (404)

Request Method: GET
Request URL: https://django-slick-reporting.com/crosstab-charts/

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

  1. product-sales/ [name='product-sales']
  2. total-product-sales/ [name='total-product-sales']
  3. total-product-sales-by-country/ [name='total-product-sales-by-country']
  4. monthly-product-sales/ [name='monthly-product-sales']
  5. product-sales-per-client-crosstab/ [name='product-sales-per-client-crosstab']
  6. product-sales-per-country-crosstab/ [name='product-sales-per-country-crosstab']
  7. last-10-sales/ [name='last-10-sales']
  8. total-product-sales-with-custom-form/ [name='total-product-sales-with-custom-form']
  9. group-by-report/ [name='group-by-report']
  10. group-by-traversing-field/ [name='group-by-traversing-field']
  11. group-by-custom-queryset/ [name='group-by-custom-queryset']
  12. no-group-by/ [name='no-group-by']
  13. time-series-report/ [name='time-series-report']
  14. time-series-with-selector/ [name='time-series-with-selector']
  15. time-series-with-custom-dates/ [name='time-series-with-custom-dates']
  16. time-series-with-custom-dates-and-title/ [name='time-series-with-custom-dates-and-title']
  17. time-series-without-group-by/ [name='time-series-without-group-by']
  18. time-series-with-group-by-custom-queryset/ [name='time-series-with-group-by-custom-queryset']
  19. crosstab-report/ [name='crosstab-report']
  20. crosstab-report-with-ids/ [name='crosstab-report-with-ids']
  21. crosstab-report-traversing-field/ [name='crosstab-report-traversing-field']
  22. crosstab-report-custom-filter/ [name='crosstab-report-custom-filter']
  23. crosstab-report-custom-verbose-name/ [name='crosstab-report-custom-verbose-name']
  24. crosstab-report-custom-verbose-name-2/ [name='crosstab-report-custom-verbose-name-2']
  25. crosstab-report-with-time-series/ [name='crosstab-report-with-time-series']
  26. highcharts-examples/ [name='highcharts-examples']
  27. chartjs-examples/ [name='chartjs-examples']
  28. apexcharts-examples/ [name='apexcharts-examples']
  29. custom-export/ [name='custom-export']
  30. form-initial/ [name='form-initial']
  31. [name='home']
  32. dashboard/ [name='dashboard']
  33. admin/

The current path, crosstab-charts/, 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.