Django Admin edit redirect

So, on the basis of some data present in the DB/model, I want to change the edit page URL.
Suppose the default edit URL is http://127.0.0.1:8000/admin/test_app_1/image/1/change/ but on the basis of some conditions, I would like to change it to http://127.0.0.1:8000/admin/test_app_2/video/1/change/