summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/models.py b/chimere/models.py
index a9b4a32..c3d4733 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -243,6 +243,8 @@ class Importer(models.Model):
default=False)
get_description = models.BooleanField(_(u"Get description from source"),
default=False)
+ default_description = models.TextField(_(u"Default description"),
+ blank=True, null=True)
origin = models.CharField(_(u"Origin"), max_length=100,
blank=True, null=True)
license = models.CharField(_(u"License"), max_length=100,