How to show a message to a django admin after saving a model?
问题 I want to display a message to admins after they save a particular model, something like "Now enable the series". I can see how I'd do this if it were a list action (message_user) but I can't see how to do this from the main CRUD form. Does anyone know how? Thanks 回答1: Old question, but worth at least a small example as I think this is quite a common issue. @Davor Lucic pointed to the right solution. As of today, Django ships with a cool message framework that helps a lot with this. So, say