From 1709def7f196e863de990ce3d55de63f7a349268 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Mar 2010 18:55:09 -0600 Subject: Remove International Communities Add link to wiki instead. Also remove AltForum model and associated dealings. Signed-off-by: Dan McGee --- main/models.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'main/models.py') diff --git a/main/models.py b/main/models.py index 45c65406..c5279640 100644 --- a/main/models.py +++ b/main/models.py @@ -103,17 +103,6 @@ def __unicode__(self): class Meta: verbose_name = 'Mirror Rsync IP' -class AltForum(models.Model): - id = models.AutoField(primary_key=True) - language = models.CharField(max_length=255) - url = models.CharField(max_length=255) - name = models.CharField(max_length=255) - def __unicode__(self): - return self.name - class Meta: - db_table = 'alt_forums' - verbose_name = 'AltForum' - class Donor(models.Model): id = models.AutoField(primary_key=True) name = models.CharField(max_length=255, unique=True) -- cgit v1.2.3-54-g00ecf