Page not found (404)

Request Method: GET
Request URL: http://bilgeinsansam.com/pdfs/defence-and-defence-industry
Raised by: pdf.views.CategoryPDF

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

  1. i18n/
  2. admin/
  3. ckeditor/
  4. [name='index']
  5. category/<slug:slug> [name='category']
  6. persons [name='authors']
  7. person/<slug:slug> [name='author_detail']
  8. persons/<slug:category_slug> [name='author_category']
  9. article/<slug:slug> [name='article_detail']
  10. about [name='about']
  11. contact [name='contact']
  12. pages/
  13. pdf/<slug:slug> [name='pdf_detail']
  14. pdfs/<slug:category_slug> [name='pdf_category']

The current path, pdfs/defence-and-defence-industry, 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.