BitByte-TPC / alumni

Alumni Portal for IIITDM Jabalpur
https://alumni.iiitdmj.ac.in
MIT License
15 stars 54 forks source link

Blogpage created #167

Closed sarthakyeole closed 2 months ago

sarthakyeole commented 3 months ago

This PR solves #163 blog.html is created at templates/blog accordingly, changes made at AlumniConnect/urls.py also changes made at applications/blog/models.py applications/blog/urls.py applications/blog/views.py

SamakshAgarwal1112 commented 2 months ago

@sarthakyeole Please don't force-push branch. Resolve conflicts and then push. Also, in your blog_detail.html, make sure the content of blogs are visible. Your variables name are wrong at same places in the HTML file and before variables add 'blog.' like 'blog.title' otherwise it won't work.