Re: Blog project help

2020-03-18 Thread Motaz Hejaze
where is your forms.py file ??? you have to write the comments form .. using forms.Form write field by field or using forms.modelform class meta : model = Comment On Wed, Mar 18, 2020 at 8:10 PM sanka nanaji wrote: > I cannot see forms/serializers here. You have to make a > modelserializer/f

Re: Blog project help

2020-03-18 Thread sanka nanaji
I cannot see forms/serializers here. You have to make a modelserializer/form in your serializers.py/form.py file and write class meta in that and put comment fields in model user. I would suggest you to go look in the document. Thank you On Wed, Mar 18, 2020, 13:06 Luka Nik wrote: > Yes, I used

Re: Blog project help

2020-03-18 Thread Luka Nik
Yes, I used that, but it's not working for me. Actually I combined two projects, but, I think my blog/post-detail is not working On Wed, Mar 18, 2020 at 6:00 PM Python Programming wrote: > Hello my friend this site is for you: > > https://djangocentral.com/building-a-blog-application-with-django

Re: Blog project help

2020-03-18 Thread Python Programming
Hello my friend this site is for you: https://djangocentral.com/building-a-blog-application-with-django/ ‫‪Luka Nik‬‏ <‪luka2...@gmail.com‬‏> در تاریخ چهارشنبه ۱۸ مارس ۲۰۲۰ ساعت ۱۹:۵۷ نوشت:‬ > Hello fellow djangos, > > I have a slight problem with my project, a simple solution is needed I > beli