post_title = models.CharField(max_length=50)
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
Showing
No preview for this file type
Please register or sign in to comment