I have a table with many entries. I can very easily "delete" those entries, such that they no longer appear when using the Django Admin page. However, these records are still in the .sqlite3 file. I would like to reduce the .sqlite3 file size as a result of my deletion.
Google searches are so far fruitless on the topic.
** edit **
This should not be marked as a duplicate. While the question has been asked in other forms before, none of them are specifically tailored to using sqlite3 through a Django instance.