Page not found (404) Request Method:GETRequest
URL:http://127.0.0.1:8000/delete_issue// Using the URLconf defined in LibraryManagementSystem.urls, Django tried these URL patterns, in this order: admin/ [name='index'] a dd_book/ [name='add_book'] view_books/ [name='view_books'] view_books_student/ [name='view_books_student'] view_students/ [name='view_students'] issue_book/ [name='issue_book'] view_issued_book/ [name='view_issued_book'] student_issued_books/ [name='student_issued_books'] profile/ [name='profile'] edit_profile/ [name='edit_profile'] student_registration/ [name='student_registration'] change_password/ [name='change_password'] student_login/ [name='student_login'] admin_login/ [name='admin_login'] logout/ [name='logout'] delete_book/<int:myid>/ [name='delete_book'] delete_student/<int:myid>/ [name='delete_student'] delete_issue/<int:myid>/ [name='delete_issue'] ^media/(?P<path>.*)$ The current path, delete_issue//, didn’t match any of these. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/c7c2aa87-2d1d-4ad9-b28e-1ba476110b07n%40googlegroups.com.