Skip to content

Commit

Permalink
Added more skiplist channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Berggren committed Aug 12, 2008
1 parent 99a3484 commit 36952bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onelinr.py
Expand Up @@ -15,7 +15,7 @@

settings.INSTALLED_APPS = ('django.contrib.markup', 'onelinr')

SKIP_LIST = ["favicon.ico","robots.txt"]
SKIP_LIST = ["favicon.ico","robots.txt", "feed"]

class Channel(db.Model):
name = db.StringProperty(required=True)
Expand Down

0 comments on commit 36952bf

Please sign in to comment.