I have the following Django models :
class SearchQuery(models.Model): query = models.CharField(max_length = 512) ...etc class Crawl(models.Model):