I have a workflow for a model in the Django admin that is very similar to the users\' workflow. First, I have a form with basic fields and then, a second form with the rest
A very different approach can be to add the following in /static/admin/css/base.css
input[name="_addanother"],input[name="_continue"],input[name="_saveasnew"]{ display: none; }