Add filemask to support multi-po projects
This commit is contained in:
parent
99b7100e36
commit
e900b3444d
@ -36,6 +36,7 @@ class SubProject(models.Model):
|
|||||||
project = models.ForeignKey(Project)
|
project = models.ForeignKey(Project)
|
||||||
repo = models.CharField(max_length = 200)
|
repo = models.CharField(max_length = 200)
|
||||||
branch = models.CharField(max_length = 50)
|
branch = models.CharField(max_length = 50)
|
||||||
|
filemask = models.CharField(max_length = 200)
|
||||||
|
|
||||||
@models.permalink
|
@models.permalink
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user