Multistape data send to database

2022-11-03 Thread shiva singh
hello Everyone can anyone give a idea to how can send multistape form data into data base with validation -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: SessionStore attribute error

2022-09-20 Thread shiva singh
20/09/2022 08.21, shiva singh wrote: > > hello everyone please help how can solve this problem? > > > > I suggest you ignore all the replies you've already gotten and then post > the exact same question a third time. > > Kind regards, > Kasper Laudrup > -- Y

SessionStore attribute error

2022-09-20 Thread shiva singh
hello everyone please help how can solve this problem? this is session code:- if user.password==password and user.role=="Company": com=Company.objects.get(user_id=user) request.session['id']=user.id request.session['role']=user.role

session id attribute error

2022-09-19 Thread shiva singh
hello everyone please help me how can solve this problem:-[image: image.jpeg] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

session related error

2022-09-16 Thread shiva singh
Hi everyone anyone give solution for this problem: AttributeError: 'SessionStore' object has no attribute 'id' [16/Sep/2022 19:28:16] "POST /jobpostsubmit/ HTTP/1.1" 500 66025 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: makemigrations

2022-09-16 Thread shiva singh
Thank You everyone for help me On Friday, September 16, 2022 at 4:25:44 AM UTC+5:30 fortu...@gmail.com wrote: > In the new added field “logo” set default = None or specify a default > value > > On Thu, Sep 15, 2022 at 8:38 PM shiva singh > wrote: > >> Hello I am n

makemigrations

2022-09-15 Thread shiva singh
Hello I am new in Django users group. I am using Django and faching a problem when i do any changes in existing models after run makemigrations. This is problem :-It is impossible to add a non-nullable field 'logo' to jobdetails without specifying a default. This is because the database needs