fixed indents, added def unicode

This commit is contained in:
Lynn Root 2012-08-17 19:02:57 -07:00
parent 56413b2be1
commit 246263814d

View file

@ -23,3 +23,6 @@
public_repos = models.IntegerField()
following_count = models.IntegerField()
location = models.CharField(max_length=255)
def __unicode__(self):
return self.login