I have big problems with my django project, but I don't know yet where the breakage lies.
My Model collections (Model.objects.all()) are all empty (and no error message) in the web server launched by pycharm, but in the pycharm django console, I have the right results.
If I try my project from a terminal, it's doesnt work either, the collections are fine, but later in my templates I have a "Caught AttributeError while rendering: 'NoneType' object has no attribute 'lower'" error.
just to say for me it's not smooth, but I don't know who's the culprit (python, django, pycharm or myself) yet.
A colegue of mine has a developer preview of Lion and latest PyCharm and there seem to no issues a all.
Awesome! Thanks!
I have big problems with my django project, but I don't know yet where the breakage lies.
My Model collections (Model.objects.all()) are all empty (and no error message) in the web server launched by pycharm, but in the pycharm django console, I have the right results.
If I try my project from a terminal, it's doesnt work either, the collections are fine, but later in my templates I have a "Caught AttributeError while rendering: 'NoneType' object has no attribute 'lower'" error.
just to say for me it's not smooth, but I don't know who's the culprit (python, django, pycharm or myself) yet.
Nico.