Re :Re: download file when debug=false

2016-10-01 Thread 'lateu richard' via Django users
Thk i will print it on monday  please  Envoyé depuis Yahoo Mail pour Android Le sam. j oct. PM à 8:05 PM, Constantine Covtushenko a écrit : Hi Richard, Ah, I missed your point last time. Sorry for that. Can you please print here code sniped with with your app returns excel file?It helps u

[ANNOUNCE] Django bugfix release issued: 1.10.2

2016-10-01 Thread Tim Graham
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2016/oct/01/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: download file when debug=false

2016-10-01 Thread Constantine Covtushenko
Hi Richard, Ah, I missed your point last time. Sorry for that. Can you please print here code sniped with with your app returns excel file? It helps us to suggest something valuable. Regards, > On Sep 30, 2016, at 12:06, Richard Auscard wrote: > > hello, > > i have developp a django applicat

Re: ImportError at/ No module name

2016-10-01 Thread Aravind S
Check this post On Thursday, December 20, 2012 at 6:57:42 PM UTC+5:30, djangobie wrote: > > Hi, I have just started practicing a tutorial for buidling a basic blog ( > http://www.djangorocks.com/tutorials/how-to-c

Re: Can someone help me to fix ForeignKey related filter issues

2016-10-01 Thread Aditya Suman Maharana
Hi, Use request.user instead of self.user. You're getting the error because SellerDashboard class has no attribute called user. The user object you need is stored as user attribute in the request parameter sent with get(). Regards, Aditya On Sunday, September 25, 2016 at 5:01:43 PM UTC+5:30,

Re :Re: download file when debug=false

2016-10-01 Thread 'lateu richard' via Django users
I juste want to know if there particular config to do when debug=false before make possible to download file from app. I van do it when debug=true Envoyé depuis Yahoo Mail pour Android Le ven. j sept. PM à 7:30 PM, Constantine Covtushenko a écrit : Hi Richard, There are a lot of options o