From 8e6bb3d794cd8c8d684115b325d8c33f530e5ecc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Mar 2010 18:57:58 -0600 Subject: Remove Press model and admin A link to the wiki was already present, but the model and admin had not been removed. Signed-off-by: Dan McGee --- main/models.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'main/models.py') diff --git a/main/models.py b/main/models.py index a7a750ac..45c65406 100644 --- a/main/models.py +++ b/main/models.py @@ -103,16 +103,6 @@ def __unicode__(self): class Meta: verbose_name = 'Mirror Rsync IP' -class Press(models.Model): - id = models.AutoField(primary_key=True) - name = models.CharField(max_length=255) - url = models.CharField(max_length=255) - def __unicode__(self): - return self.name - class Meta: - db_table = 'press' - verbose_name_plural = 'press' - class AltForum(models.Model): id = models.AutoField(primary_key=True) language = models.CharField(max_length=255) -- cgit v1.2.3-54-g00ecf