Re: TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
pip freeze for the win! On Tuesday, September 9, 2014 7:54:35 AM UTC-5, Adam Cooley wrote: > > I moved my django app from a single model to multiple apps inside a > project, and for some reason I'm getting an error: > > TypeError: int() argument must be a string or a number,

Re: TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
So come to find out when i re-installed i got django 1.7 instead of 1.6.2. Forked it back and i'm good. On Tuesday, September 9, 2014 7:54:35 AM UTC-5, Adam Cooley wrote: > > I moved my django app from a single model to multiple apps inside a > project, and for some reason I'

TypeError: int() argument must be a string or a number, not 'User'

2014-09-09 Thread Adam Cooley
I moved my django app from a single model to multiple apps inside a project, and for some reason I'm getting an error: TypeError: int() argument must be a string or a number, not 'User' When i attempt to migrate and sync my project. Does anyone know what this is about? Tracebback is attached.