Page not found (404)

Request Method: GET
Request URL: https://www.p-grandeur.com/access.php

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

  1. admin/
  2. [name='home']
  3. newslist/ [name='newslist']
  4. newscategory/<str:news_category>/ [name='newscategory']
  5. newsdetail/<int:news_id>/ [name='newsdetail']
  6. camp/ [name='camp']
  7. link/ [name='link']
  8. pension/ [name='pension']
  9. privacy/ [name='privacy']
  10. reservation/ [name='reservation']

The current path, access.php, 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.