override_settings decoration of non-test class function

2013-11-17 Thread Daniel Smith
I recently ran into a bug in our test code due to override settings resetting the settings to default after the function returned. Obviously, we shouldn't be using the override_settings decorator on a random function, but I think there is still room for improvement. At minimum, I think it would

Django cache framework with apache and mod_wsgi

2013-11-17 Thread Gabriel-Cristian Muj
Hi, I am trying to use django's cache framework (using file system as backend). When running development server, everything is fine, but with apache I cannot make it work. Sometimes is working, sometimes not. This is in my settings.py: CACHES = { 'default': { 'BACKEND': 'django.

Re: django developer needed

2013-11-17 Thread Ariel Calzada
Hi Simon! I'm django developer. Currently i'm working as freelancer for some companies public and private. I'm from Colombia. You can see some of my project: http://www.acienciacierta.gov.co http://www.ideasparaelcambio.gov.co Regards, Ariel Calzada 2013/11/17 simon waigo > Hi, > > I am loo

django developer needed

2013-11-17 Thread simon waigo
Hi, I am looking for a django developer to come on board a startup and help drive development forward. As we are in start-up mode am open to any one who might find such a request interesting and are will to have some fun with a startup. The idea is still in concept mode but soon looking to

Looking for Django consultants near Philadelphia PA...

2013-11-17 Thread Fred Stluka
Django developers, I have a client near Philadelphia PA that wants to add more Django consultants to our team. - Small non-profit company - Work from home - Attend weekly status meetings in western Philly suburbs - Attend frequent cross-training teach/learn sessions with other team members in

Re: Problem with raw query and using in

2013-11-17 Thread Thorsten Sanders
Thanks, I tried that, it makes the query right, but when I access the result in a for loop it gives now: 'Cursor' object has no attribute '_last_executed' Think for now I just stay with using 2 variables, that works fine for the moment. Am 17.11.2013 00:38, schrieb Dennis Lee Bieber: On Sa