I have built a Django site that has an interface to add and delete data from database. The next thing I have to do is to add and delete data on the same database from a python script. I don't have written down code yet. To do this I was thinking to use commands similar to python-mysql. How can I add on and delete from the database with the script?