Page not found (404)

Request Method: GET
Request URL: https://cds.org.np/cdsadmincontrol/

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

  1. admincontrol/
  2. [name='home']
  3. contact/ [name='contact']
  4. about/ [name='about']
  5. news/ [name='news_list']
  6. news/<slug>/ [name='news_detail']
  7. events/ [name='event_list']
  8. resources/ [name='resource_list']
  9. photos/ [name='photos_list']
  10. videos/ [name='videos_list']
  11. events/<slug>/ [name='event_detail']
  12. result/ [name='result']
  13. apply/ [name='application']
  14. pre-registration/ [name='pre-registration']
  15. careers/ [name='careers']
  16. careers/<slug>/ [name='careers_detail']
  17. summernote/
  18. ^media/(?P<path>.*)$

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