X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Fmodels.py;fp=apps%2Fpatchwork%2Fmodels.py;h=86a5266cff2d2177f682c57e6fcea8897b616b66;hb=c30c03312041c24c39b6a986882aae6189096c2f;hp=bbfe827aec551d41bdc75a8f0dde6315b74a09d5;hpb=2894c4aeec566cb678a331f44f3d981c09c7d90c;p=patchwork diff --git a/apps/patchwork/models.py b/apps/patchwork/models.py index bbfe827..86a5266 100644 --- a/apps/patchwork/models.py +++ b/apps/patchwork/models.py @@ -64,6 +64,9 @@ class Project(models.Model): name = models.CharField(max_length=255, unique=True) listid = models.CharField(max_length=255, unique=True) listemail = models.CharField(max_length=200) + web_url = models.CharField(max_length=2000, blank=True) + scm_url = models.CharField(max_length=2000, blank=True) + webscm_url = models.CharField(max_length=2000, blank=True) send_notifications = models.BooleanField() def __unicode__(self):