Tuesday, March 30, 2021

Facing_error_while_creating_question_in_shell

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'


--
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+unsubscribe@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.

No comments:

Post a Comment