how to delete columns from django models code example Example: drop a field in psql django ALTER TABLE table_name DROP COLUMN column_name;