Page not found (404)

Request Method: GET
Request URL: https://calendar.iiserkol.ac.in/myprofile/login/?next=/myprofile/copy_event/1009466/

Using the URLconf defined in regsettings.calendar_urls, Django tried these URL patterns, in this order:

  1. ^ ^$
  2. ^ ^conference/$
  3. ^ ^upcoming_events/(\S+)/$
  4. ^ ^upcoming_events/$
  5. ^ ^calendar_view/(\d+)/$
  6. ^ ^calendar_view/$
  7. ^ ^icallink/(\S+)/$
  8. ^ ^icallink/$
  9. ^ ^ical/(\S+)/$
  10. ^ ^publish.php/(\S+)/$
  11. ^ ^view_event/(\d+)/$
  12. ^ ^myprofile/delete_event/(\d+)/$
  13. ^ ^myprofile/edit_event/(\d+)/$
  14. ^ ^myprofile/copy_event/(\d+)/$
  15. ^ ^myprofile/upload_event_image/(\d+)/$
  16. ^ ^signage/$
  17. ^ ^signage/(\d+)/$
  18. ^ ^signage32/$
  19. ^ ^signage32/(\d+)/$
  20. ^ ^signage100/$
  21. ^ ^signage100/(\d+)/$
  22. ^ ^captcha/
  23. ^ ^login/$
  24. ^ ^logout/$
  25. ^ ^django-session-idle-timeout/
  26. ^ ^get_file_unauth/(?P<filename>.*)$

The current URL, myprofile/login/, 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.