X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/94f98261589e880ef15d17809112c0615d57b983..8315186b58e7fb5ff12472eff11fb6e0a789a51e:/models/nodes.py?ds=inline 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