Is there a way to implement autosave functionality for a blog on Django default admin page
I've been trying to implement an autosave functionality for a blog I'm building with Django. I'm also using the default admin page. But it's not working.
So I tried using ajax to get the content from the post page, and send post requests to the function views. But it doesn't seem to be working. Is there a better way?