Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~18 People Reached
Favorite Forums
Favorite Tags
sql x 1
Member Avatar for Firuz

TypeError Traceback (most recent call last) <ipython-input-5-46b9c90f7339> in <module> ----> 1 a = Article(article_title = "Какая-то крутая статья",article_text = "Какой-то крутой текст ...",pub_date = timezone.now()) /usr/lib/python3/dist-packages/django/db/models/base.py in __init__(self, *args, **kwargs) 499 pass 500 for kwarg in kwargs: --> 501 raise TypeError("%s() got an unexpected keyword argument '%s'" % (cls.__name__, kwarg)) …

0
18