django static-generator and fastcgi

2008-12-25 Thread CreativeConvergence
Hello, I'm using nginx and I'd like to use the static-generator middleware but the example is for a proxy to apache and I'm using nginx with fastcgi. Do you have an example setup of static-generator & nginx/fastcgi ? Regards, F.Roland --~--~-~--~~~---~--~~ You r

django app to support installation of qr code decoder

2010-11-01 Thread CreativeConvergence
Hi, I'd like to know if someone is already working on a django application (under BSD or MIT license) to help first time qr-code users select a qr-code reader compatible with their smartphone. Frédéric (Qr-Code are 2D Barcodes with high density and they can encode URL. They are very usefull for g

Applications disapearing from admin at random

2010-02-01 Thread CreativeConvergence
Hi, I have a django-mingus blog I modified a bit and it's running perfectly under django integrated development web server. Once deployed with flup and cherokee there is a lot of odd beaviour. Sometimes the site load OK and sometimes the appearance of the site is not ok like if it didn't find the

Re: Applications disapearing from admin at random

2010-02-03 Thread CreativeConvergence
Thank you for your reply I learned something. Unfortunatelly all model admin registration are made in admin.py files. Elsewhere I found an advise to turn debuging on when you launch manage.py runfcgi and since I added that parameter to the command line I don't have any problem. I'm still looking f