Page not found (404)

Trovato nessun quiz corrispondente alla query
Request Method: GET
Request URL: https://quantonesai.com/categoria/
Raised by: quiz.views.view_pages.<class 'quiz.views.view_pages.SingleQuizView'>

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

  1. [name='home']
  2. trivia-quiz/ [name='trivia']
  3. quiz-personalita/ [name='personality']
  4. quiz-immagini/ [name='imgquiz']
  5. admin/
  6. <slug:slug>/ [name='quiz-slug']

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