Bootstrap templates

- event mockup
- login page
This commit is contained in:
Martin Bauer
2013-06-02 16:00:01 +02:00
parent d29100a692
commit a923ecea6f
346 changed files with 62898 additions and 11 deletions

View File

@@ -41,4 +41,7 @@ class Musician( models.Model ):
zip_code = models.IntegerField( null=True)
public_description = models.TextField( blank=True )
def __unicode__(self):
return self.user.username