Posts Tagged “python”

django under sub-url powered by uwsgi behind nginx

By | March 30, 2011

This post describes how to deploy django application under sub-url of web site and serve it behing nginx frontend. There are many different ways to serve python application. This article will touch configuration of only one of them: uwsgi – lightweight application server, which can serve WSGI applications. What is covered in this post: preparing [...]

Read more »

extend django-piston to render model form validation messages

By | March 2, 2011

I am playing with django-piston for last week or so, and find it simple and nice in most cases I have tried. I had spent some time though yesterday while trying to return properly rendered django forms validation messages. I have found couple of solutions, which are fine of course,  but one of them had [...]

Read more »