adding command to store blog posts locally
This commit is contained in:
@@ -3707,3 +3707,7 @@ class PlannedSessionCommentForm(ModelForm):
|
||||
}
|
||||
|
||||
|
||||
class BlogPost(models.Model):
|
||||
title = models.TextField(max_length=300)
|
||||
link = models.TextField(max_length=300)
|
||||
date = models.DateField()
|
||||
|
||||
Reference in New Issue
Block a user