X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/4b094dbc60c3853814c2523d5772e4cf2884a073..5a212263dac7562484538d03c418c1878af9d5ca:/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