by GerardJP | Aug 4, 2015 | Tech
There’s a few other examples out there but I thought another clean one won’t hurt. This upstart script, runs as a privileged user and is placed in “/etc/init/”. It picks up your virtualenv settings because it invokes the python...
by GerardJP | Feb 24, 2010 | Tech
Edit: After some re-writes of this post it is finally setup in a manor that is clean and failsafe. After researching and setting up two FormWizards in Django I concluded some things that might be useful to others. Hence this post. Having userdata available throughout...
by GerardJP | Dec 16, 2009 | Tech
I recently have been dinging around in Django’s ORM because I needed a certain ‘fields … group by’ selection. I was very impressed by the logic that the Django developers put in there. Especially the joins and aggregations that have been...
by GerardJP | Oct 26, 2009 | Tech
During the development stage of a Django app I’m working on I was exploring how to best implement rowlevel user ownerships. There are several ways to overwrite methods on object managers and even the Django admin interface is properly configurable to take a...