Add completion status messages for DB modification
On certain pages, debexpo redirects upon successful operation, without any form of confirmation. For instance, on package deletion, users are redirected to their package page.
It would be nice to have an explicit message acknowledging that the modification was successful.
Django have a message mechanism for such usage.
Documentation here The messages framework