I want to delete a particular record like:
delete from table_name where id = 1;
How can I do this in a django model?
← Назад к списку