python manage.py shell >> from {app_name}.models import {model_name} >> {model_name}.objects.all().delete()