X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/4fc7f069be5a0cc064e96bad765052c6ad61c27e..4bf662d52cdef84ebc3eea50213f576a72b30abf:/models/nodes.py diff --git a/models/nodes.py b/models/nodes.py index a8125ee..1e7622a 100644 --- a/models/nodes.py +++ b/models/nodes.py @@ -108,4 +108,7 @@ class File(View): return response class Meta: - app_label = 'philo' \ No newline at end of file + app_label = 'philo' + + def __unicode__(self): + return self.file.name \ No newline at end of file