Re: help for creating relationship between User model an another model !!

2016-11-23 Thread pradam programming
Hi, Please refer this link. http://stackoverflow.com/questions/34473323/typeerror-int-argument-must-be-a-string-a-bytes-like-object-or-a-number-not On 23 Nov 2016 9:55 pm, "adonis simo" wrote: > Thanks for looking > This is the whole stack trace : > Operations to perform: > Apply all migration

Re: help for creating relationship between User model an another model !!

2016-11-23 Thread adonis simo
Thanks for looking This is the whole stack trace : Operations to perform: Apply all migrations: admin, auth, blog, contenttypes, polls, sessions Running migrations: Applying blog.0007_article_user...Traceback (most recent call last): File "manage.py", line 22, in execute_from_command_lin

Re: help for creating relationship between User model an another model !!

2016-11-21 Thread C. Kirby
If you could provide the whole error message it would help us identify where your error is. On Tuesday, November 22, 2016 at 3:16:51 AM UTC+2, adonis simo wrote: > > Hi django users, > I am new to django and i am using django 1.10, i follow up all the > tutorial in the documentation and now i ha