marcogdepinto/Deep-learning-model-deploy-with-django

Delete API is not working

marcogdepinto opened this issue · 1 comments

Delete API is not working: in the select_file_deletion.html it is still necessary to insert manually the full URL including the primary key (PK) of the object to delete. The application should get the PK using the file selected in the form.

Fixed with commit eea1a98