• Christian Sarabia's avatar
    post_title = models.CharField(max_length=50) · 63929e03
    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
Name
Last commit
Last update
widget_alipins Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...