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
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
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
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
Hello fellow djangos,
I have a slight problem with my project, a simple solution is needed I
believe, but I couldn't figure it out.
I wanted to add a comment section for my blog posts.
Here is the code:
Models.py:
class Comment(models.Model):
post = models.ForeignKey(Post, on_delete=models.
Here it is again:
https://github.com/wtrevino/django-djobberbase/wiki
On Dec 31, 12:39 am, Jesramz wrote:
> I found something promising https://github.com/wtrevino/
> django-djobberbase/wiki">Djobberbase. In case this helps anybody
> else.
>
> On Dec 30, 2:10 am, Jesramz wrote:
>
>
>
>
>
>
>
>
I found something promising https://github.com/wtrevino/
django-djobberbase/wiki">Djobberbase. In case this helps anybody
else.
On Dec 30, 2:10 am, Jesramz wrote:
> Thank you Denis! django-userena seems great. Im glad I asked for
> advice.
>
> Im a noob so I dont quite get pinax fully.
>
> On De
Thank you Denis! django-userena seems great. Im glad I asked for
advice.
Im a noob so I dont quite get pinax fully.
On Dec 28, 2:33 am, Denis Darii wrote:
> You can also consider to use pinax:http://pinaxproject.com/
>
> or userena for accounts:http://django-userena.org/
>
> Denis.
>
> On Tue,
You can also consider to use pinax: http://pinaxproject.com/
or userena for accounts: http://django-userena.org/
Denis.
On Tue, Dec 27, 2011 at 8:58 PM, Jesramz wrote:
> Hello All,
>
> I would like to create a job search project a lot like monster or
> indeed.
>
> Does anyone have any resources
Hello All,
I would like to create a job search project a lot like monster or
indeed.
Does anyone have any resources such as other projects or repositories
similar to what I'm looking for that can push me in the right
direction? Or any advice whatsoever would also be appreciated.
I am planning on
I am switching over a couple of news Web sites to Django. Sadly our
deadline is creeping up on me and I have never worked with mySQL
before. One site has an active database with the tables that need to
be transferred and the other has a text dump of the old database.
I figure this should not take
11 matches
Mail list logo