-
Christian Sarabia authored
post_body = models.TextField(max_length=1500) pub_date = models.DateTimeField("date published", auto_now_add=True) author = models.ForeignKey(WidgetUser, on_delete=models.CASCADE) post_image Updated the Forum to add forms and views
63929e03