Rename_Document_to_Concept

This commit is contained in:
alazo 2018-02-16 15:11:06 +01:00
parent 7e748bd41f
commit 69cf9d3279
9 changed files with 96 additions and 24 deletions

View file

@ -177,7 +177,7 @@ class Objectif(models.Model):
return '{0}'.format(self.nom)
class Document(models.Model):
class Concept(models.Model):
titre = models.CharField(max_length=128, blank=True)
texte = tinymce_models.HTMLField(blank=True,)
published = models.BooleanField(default=False)