Page not found (404)

Request Method: GET
Request URL: https://127.0.0.1:8888/phpnuke/html/modules.php?name=Your_Account&op=userinfo&username=callmerandal

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

  1. [name='home']
  2. admin/
  3. accounts/
  4. webapp/ [name='index']
  5. webapp/create-student/ [name='etudiant-create']
  6. webapp/create-cours/ [name='cours-create']
  7. webapp/create-session/ [name='session-create']
  8. webapp/inscription/ [name='form-inscription']
  9. webapp/view-etudiant/ [name='etudiant-view']
  10. webapp/view-etudiant/<str:pk>/edit/ [name='etudiant-update']
  11. webapp/view-etudiant/<str:pk>/delete/ [name='etudiant-delete']
  12. webapp/view-cours/ [name='cours-view']
  13. webapp/view-cours/<str:pk>/edit/ [name='cours-update']
  14. webapp/view-cours/<str:pk>/delete/ [name='cours-delete']
  15. webapp/view-session/ [name='session-view']
  16. webapp/view-session/<str:pk>/edit/ [name='session-update']
  17. webapp/view-session/<str:pk>/delete/ [name='session-delete']
  18. webapp/view-inscription/ [name='inscription-view']
  19. webapp/view-inscription/<str:pk>/edit/ [name='inscription-update']
  20. webapp/view-inscription/<str:pk>/delete/ [name='inscription-delete']
  21. webapp/about/ [name='a-propos']
  22. webapp/view-inscription/search/ [name='search']
  23. favicon.ico
  24. site.webmanifest

The current path, phpnuke/html/modules.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.