Django broken pipe error

justin walters walters.justin01 at gmail.com
Mon Jan 2 12:22:18 EST 2017


On Mon, Jan 2, 2017 at 6:14 AM, <dr.roman.graf at gmail.com> wrote:

>
> Thanks a lot Justin,
>
> The problem was solved when I employed standard Framework methods for
> creation of new database object:
>
> in JS:
> var trendModel = new App.TrendModel();
>     trendModel.set("phrase", search_phrase);
>     trendModel.set("from_time", time_from);
>     trendModel.set(...
>     trendModel.save(...
>
> in PY:
>     def create(self, request):
> ...
>
> I've also created extra template and additional View. PageView for some
> unclear reason didn't support creation of new object - this event just
> disappeared.
>
> Regards,
>
> Roman
> --
> https://mail.python.org/mailman/listinfo/python-list
>

Glad to hear that you solved the problem!



More information about the Python-list mailing list