Correct this django error????

53 views
Skip to first unread message

Arshad Noman

unread,
Apr 30, 2022, 2:48:28 PM4/30/22
to Django developers (Contributions to Django itself)
Page not found (404) 

Request Method:GETRequest 


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.

Adam Johnson

unread,
May 1, 2022, 9:23:36 AM5/1/22
to Django developers (Contributions to Django itself)
Hi!

I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer your support query with their limited time and energy.

For support, please follow the "Getting Help" page: https://docs.djangoproject.com/en/stable/faq/help/ . This will help you find people who are willing to support you, and to ask your question in a way that makes it easy for them to answer.

Thanks for your understanding and all the best,

Adam

--
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-develop...@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.
Reply all
Reply to author
Forward
0 new messages