Re: Facing_error_while_creating_question_in_shell

2021-03-31 Thread sahil gupta
Worked , issue resolved thanks for your help On Wed, 31 Mar 2021, 8:38 am Ashima jain, wrote: > & run migrations > > On Wed, Mar 31, 2021, 08:37 Ashima jain wrote: > >> ur pub_date is bad practice & remove timezone from ur views >> >> On Tue, Mar

Re: Facing_error_while_creating_question_in_shell

2021-03-30 Thread sahil gupta
ok fine , please do share On Tuesday, March 30, 2021 at 8:07:15 PM UTC+5:30 vn241...@gmail.com wrote: > okk sahil wait for sometime I sharing ur problems with my team_mates > > On Tue, Mar 30, 2021, 20:00 sahil gupta wrote: > >> On Tuesday, March 30, 2021 at 7:30:13

Re: Facing_error_while_creating_question_in_shell

2021-03-30 Thread sahil gupta
On Tuesday, March 30, 2021 at 7:30:13 PM UTC+5:30 vn241...@gmail.com wrote: > sahil which model u use ..plz mentioned in detail > > On Tue, Mar 30, 2021, 19:27 sahil gupta wrote: > >> unable to figure out it, please do help >> >> >> On Tue, Mar 30, 2021 at 6:

Re: Facing_error_while_creating_question_in_shell

2021-03-30 Thread sahil gupta
unable to figure out it, please do help On Tue, Mar 30, 2021 at 6:32 PM Ashima jain wrote: > its a type error > > On Tue, Mar 30, 2021, 18:28 sahil gupta > wrote: > >> from django.utils import timezone >> >>> q = Question(question_text="What'

Facing_error_while_creating_question_in_shell

2021-03-30 Thread sahil gupta
from django.utils import timezone >>> q = Question(question_text="What's new?", pub_date=timezone.now()) Traceback (most recent call last): File "", line 1, in File "C:\Users\DELL\Envs\test3\lib\site-packages\django\db\models\base.py", line 501, in __init__ raise TypeError("%s() got an u