From ec59440262596a03e2b374f96d24e295df56c9b8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Mar 2010 19:04:41 -0600 Subject: Remove Arch-Based Projects Add a link to the wiki instead. Also remove ExternalProject model and associated dealings. Signed-off-by: Dan McGee --- main/models.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'main/models.py') diff --git a/main/models.py b/main/models.py index c5279640..5e376ec9 100644 --- a/main/models.py +++ b/main/models.py @@ -335,12 +335,4 @@ class Meta: db_table = 'todolist_pkgs' unique_together = (('list','pkg'),) -class ExternalProject(models.Model): - url = models.URLField(verify_exists=False) - name = models.CharField(max_length=64) - description = models.CharField(max_length=128) - - def __unicode__(self): - return self.name - # vim: set ts=4 sw=4 et: -- cgit v1.2.3-54-g00ecf