Page not found (404)

Request Method: GET
Request URL: https://training.olitt.com/course/view.php?id=20

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

  1. admin/
  2. [name='home']
  3. accounts/register [name='register']
  4. sitemap
  5. accounts/register-archtect [name='register-archtect']
  6. accounts/login [name='login']
  7. accounts/logout [name='logout']
  8. designs/ [name='designs']
  9. designs/checkout/<int:id> [name='checkout']
  10. mywork/SDVF-=DJOXPKC-<str:username>-aDS/ [name='mywork']
  11. mywork/uploads/ [name='uploads']
  12. searched-results [name='searcher']
  13. activate/<uidb64>/dfds30023hjhsdf/<token>/csdshdf532bnsas/ [name='activate']
  14. engineer-profile/<int:id> [name='profile']
  15. ^files/(?P<path>.*)$
  16. myadmin/
  17. ^static/(?P<path>.*)$

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