Skip to content

Commit

Permalink
Fix "Scraped obj classs" plural in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
joetric committed Mar 25, 2014
1 parent b19517b commit 08047c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dynamic_scraper/models.py
Expand Up @@ -4,6 +4,10 @@


class ScrapedObjClass(models.Model):
class Meta:
verbose_name = "Scraped object class"
verbose_name_plural = "Scraped object classes"

name = models.CharField(max_length=200)
scraper_scheduler_conf = models.TextField(default='\
"MIN_TIME": 15,\n\
Expand Down

0 comments on commit 08047c4

Please sign in to comment.