flazetech / opensource_blogapp

The Django Open Source Blog App is a hands-on learning platform designed for individuals eager to explore open source development. Built on the Django framework,
https://flazetech.pythonanywhere.com/
2 stars 8 forks source link

Models for handling Blog Data #20

Open anuragkumart16 opened 2 weeks ago

anuragkumart16 commented 2 weeks ago

hii there,

Currently there is no model and view functions to store Blog data and hence every blog is to be hard coded. I will Create models which will store data about blogpost including,

Another Model for storing comments corresponding to each blogpost. this model will contain the details of,

-Person who Comments -Time of Comment -Contents of Comment

kindly Assign me this issue and also add tags of hacktobfest and hacktoberfest-accepted.

regards Anurag