I\'m making a very simple website in Django. On one of the pages there is a vertical ticker box. I need to give the client a way to edit the contents of the ticker box as an
rewrite your save method so that every time a Ticker object gets saved it overwrites the existing one (if one exists).