On 14/09/2021 12.20, Vikram J wrote:
I got this error how can I fixed it, plz help me out,
You edit path is missing an argument. Change this:
path('edit/', views.edit_view)
to something like this: path('edit/<id>', views.edit_view) That ought to fix it. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d35382fd-fb17-fd07-0fe3-eeb8deb05d17%40stacktrace.dk.