Projects have an icon identical to one of the media they contain, if this icon is different from the default icon. Icons can be set using ./manage.py setprojecticon once icons have been added to contents.
diff -r 278:c4b2d21db51a piston/models.py
@@ -118 +118 @@
timestamp = models.IntegerField()
is_approved = models.BooleanField(default=False)
- user = models.ForeignKey(User, null=True, blank=True, related_name='tokens')
+ user = models.ForeignKey(User, null=True, blank=True, related_name='piston_tokens')
consumer = models.ForeignKey(Consumer)