Facing_error_while_creating_question_in_shell

48 views
Skip to first unread message

sahil gupta

unread,
Mar 30, 2021, 8:59:15 AM3/30/21
to Django users
from django.utils import timezone
>>> q = Question(question_text="What's new?", pub_date=timezone.now())
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\Users\DELL\Envs\test3\lib\site-packages\django\db\models\base.py", line 501, in __init__
    raise TypeError("%s() got an unexpected keyword argument '%s'" % (cls.__name__, kwarg))
TypeError: Question() got an unexpected keyword argument 'question_text'


Ashima jain

unread,
Mar 30, 2021, 9:04:30 AM3/30/21
to django...@googlegroups.com
its a type error

--
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 django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5c968208-a9e0-4426-af8e-ede7ee5855d3n%40googlegroups.com.

sahil gupta

unread,
Mar 30, 2021, 9:57:44 AM3/30/21
to django...@googlegroups.com
unable to figure out it, please do help


Ashima jain

unread,
Mar 30, 2021, 10:00:13 AM3/30/21
to django...@googlegroups.com
sahil which model u use ..plz mentioned in detail

sahil gupta

unread,
Mar 30, 2021, 10:29:59 AM3/30/21
to Django users
models.png

Ashima jain

unread,
Mar 30, 2021, 10:37:15 AM3/30/21
to django...@googlegroups.com
okk sahil wait for sometime I sharing ur problems with my team_mates 

sahil gupta

unread,
Mar 30, 2021, 11:58:06 AM3/30/21
to Django users
ok fine , please do share

Rama akki

unread,
Mar 30, 2021, 7:44:38 PM3/30/21
to django...@googlegroups.com
you may not have or error while writing key argument 'question_text' please see in your data base model

Ashima jain

unread,
Mar 30, 2021, 10:50:18 PM3/30/21
to django...@googlegroups.com
I think you don't declare any field name

Ashima jain

unread,
Mar 30, 2021, 10:52:27 PM3/30/21
to django...@googlegroups.com
& check ur code oncs again

Ashima jain

unread,
Mar 30, 2021, 10:52:54 PM3/30/21
to django...@googlegroups.com
check ur settings

Ashima jain

unread,
Mar 30, 2021, 11:02:24 PM3/30/21
to django...@googlegroups.com
did u import timezone in ur model

Ashima jain

unread,
Mar 30, 2021, 11:03:44 PM3/30/21
to django...@googlegroups.com
any migration is pending

Ashima jain

unread,
Mar 30, 2021, 11:08:32 PM3/30/21
to django...@googlegroups.com
ur pub_date is bad practice & remove timezone from ur views

On Tue, Mar 30, 2021, 18:28 sahil gupta <sahilgup...@gmail.com> wrote:

Ashima jain

unread,
Mar 30, 2021, 11:09:38 PM3/30/21
to django...@googlegroups.com
& run migrations

sahil gupta

unread,
Mar 31, 2021, 7:21:18 AM3/31/21
to django...@googlegroups.com
Worked , issue resolved thanks for your help

Ashima jain

unread,
Mar 31, 2021, 8:31:08 AM3/31/21
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages