Page not found (404)

Request Method: GET
Request URL: http://icebtm.iub.edu.bd/start?do=login&sectok=

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

  1. admin/
  2. [name='home']
  3. success_page/<str:paper_id>/ [name='success_page']
  4. upload_full_paper/<str:paper_id>/ [name='upload_full_paper']
  5. submit_paper [name='submit_paper']
  6. register [name='register']
  7. confirm [name='confirm']
  8. login [name='login']
  9. logout [name='logout']
  10. abc [name='abc']
  11. ckeditor/
  12. ^media/(?P<path>.*)$

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