This removes all django model data, and re-creates it based off of your model.py:

  
manage.py sqlclear

manage.py flush

<edit or modify your models to suit>

manage.py syncdb