There are [certain occasions](http://stackoverflow.com/questions/7933287/django-remove-all-data-from-every-table-but-keep-the-tables-themselves) that existing data needs to be [flushed](https://docs.djangoproject.com/en/1.9/ref/django-admin/#flush) before loading data from fixtures. Provide an option to flush data before [loaddata](https://github.com/Wtower/ansible-django-deploy/blob/master/tasks/main.yml#L66): ``` ./manage.py flush --noinput ```