Posted under "django"

Deploy django application, set up another machine

This entry is related to the series "Deploy django applications with nginx, uwsgi, virtualenv, south, git and fabric", the first ...

Django, add properties to model instances

I've just discovered a great thing on django. Like in javascript, it is possible to add dynamically properties to ...