Re: Trouble with objects.all() and objects.get()

2016-03-13 Thread Darrell Jonsson
Thanks for the reply. Looking at the line before the problem had to do with End of line formatting going between Windows and Linux editors. Will take your advice in the future and post more trace back information. Thanks. On 3/13/2016 10:11 PM, Daniel Roseman wrote: On Sunday, 13 March 2016

Re: Trouble with objects.all() and objects.get()

2016-03-13 Thread Daniel Roseman
On Sunday, 13 March 2016 20:01:52 UTC, NoviceSortOf wrote: > > > I can't manage to figure out why I consistently get a syntax error when > attempted to > use objects.all or objects.get. > > From my code in view.py > > >>from books.modelsimport Interests > > The Interests model imports withou