Rename_Document_to_Concept
This commit is contained in:
parent
7e748bd41f
commit
69cf9d3279
9 changed files with 96 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue