Tuesday, March 30, 2021

Re: Facing_error_while_creating_question_in_shell

& run migrations

On Wed, Mar 31, 2021, 08:37 Ashima jain <vn24111997@gmail.com> wrote:
ur pub_date is bad practice & remove timezone from ur views

On Tue, Mar 30, 2021, 18:28 sahil gupta <sahilguptawushu28@gmail.com> wrote:
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.

--
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/CAJhs3iPEA%3Dv41mccrHijznskPJ7tpALR90HF4k1dmSE7n7u8og%40mail.gmail.com.

No comments:

Post a Comment