Add filemask to support multi-po projects

This commit is contained in:
Michal Čihař 2012-02-27 11:53:18 +01:00
parent 99b7100e36
commit e900b3444d

View File

@ -36,6 +36,7 @@ class SubProject(models.Model):
project = models.ForeignKey(Project)
repo = models.CharField(max_length = 200)
branch = models.CharField(max_length = 50)
filemask = models.CharField(max_length = 200)
@models.permalink
def get_absolute_url(self):