Mercurial > public > bravenewsurf
diff bns_website/bands/models.py @ 56:8bda0ec405e4
Merged experimental band ui branch to default.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Mon, 14 Nov 2011 23:32:14 -0600 |
parents | c3b4884fe4ea |
children |
line wrap: on
line diff
--- a/bns_website/bands/models.py Mon Nov 14 20:06:58 2011 -0600 +++ b/bns_website/bands/models.py Mon Nov 14 23:32:14 2011 -0600 @@ -13,6 +13,7 @@ name = models.CharField(max_length=128) url = models.URLField(verify_exists=False, max_length=200) notes = models.TextField() + asset_prefix = models.CharField(max_length=64, blank=True) order = models.IntegerField(default=0) class Meta: