Django Reverse with arguments ‘()’ and keyword arguments ‘{}’ not found October 25, 2022 by Tarik You have to specify project_id: reverse('edit_project', kwargs={'project_id':4}) Doc here