#!/bin/bash

rm /var/tmp/django-polymorphic-test-db.sqlite3
./manage.py syncdb

