post default news
This commit is contained in:
@@ -100,7 +100,7 @@ class Post(models.Model):
|
||||
('E', _('Event')),
|
||||
('F', _('FetMeeting'))
|
||||
]
|
||||
post_type = models.CharField(max_length=1, choices=__choices, editable=False)
|
||||
post_type = models.CharField(max_length=1, choices=__choices, editable=False, default='N')
|
||||
|
||||
is_event = models.BooleanField(default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user