Re: About Django CentOS Apache

2014-04-09 Thread Choro H
from django.core.wsgi import get_wsgi_application application = get_wsgi_application() 2014年4月9日水曜日 23時08分27秒 UTC+9 Daniel Roseman: > > On Wednesday, 9 April 2014 12:44:29 UTC+1, Choro H wrote: >> >> i have the following error, why? Please help me >> ImportError: Could not impor

About Django CentOS Apache

2014-04-09 Thread Choro H
i have the following error, why? Please help me ImportError: Could not import settings 'kanre.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named kanre.settings ImportError: Could not import settings 'test.settings' (Is it on sys.path? Is there an imp

Re: Django python checkbox

2014-04-02 Thread Choro H
nd may be use a better sub-directory schema to generate the files, but you > can get the general idea. > > Anyway, you still can verify if the user selected only one file and > download that only file directly instead of presenting a page to download; > you only present the page w

Re: Django python checkbox

2014-04-02 Thread Choro H
<https://lh6.googleusercontent.com/-dcfzdNsosAo/UzvfolMkv_I/AEk/9VN36S8Cdes/s1600/%E5%86%99%E7%9C%9F.JPG> 2014年4月2日水曜日 18時53分53秒 UTC+9 Choro H: > > > Thank you very much. > For example, i want to export only checked of a lot of information, > solike the following

Re: Django python checkbox

2014-04-02 Thread Choro H
<https://lh3.googleusercontent.com/-NzAdWLJSyfU/UzveSiJdvQI/AEY/t5AILQeHZJQ/s1600/%E5%86%99%E7%9C%9F.JPG> 2014年4月2日水曜日 10時21分56秒 UTC+9 Choro H: > > Sorry you all, > > so,i want to export csv from database that is only when checked > > > 2014年4月1日

Re: Django python checkbox

2014-04-02 Thread Choro H
a part of the form the user is submitting. > > > On 2 April 2014 12:21, Choro H > wrote: > >> Sorry you all, >> >> so,i want to export csv from database that is only when checked >> >> >> 2014年4月1日火曜日 13時22分31秒 UTC+9 Choro H: >> >>&g

Re: Django python checkbox

2014-04-01 Thread Choro H
Sorry you all, so,i want to export csv from database that is only when checked 2014年4月1日火曜日 13時22分31秒 UTC+9 Choro H: > > Thank you very much! > I'm Sorry, i'm missing write comments, > I want to do download have been checboxd file from html, then i write to >

Re: Django python checkbox

2014-03-31 Thread Choro H
#x27;t have. > > To download files from the server to the browser (to the user computer), > you should do: > https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/ > or, if the user uploaded the content: > https://docs.djangoproject.com/en/1.6/topics/files/ > > Hope

Re: Django python checkbox

2014-03-31 Thread Choro H
> > To download files from the server to the browser (to the user computer), > you should do: > https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/ > or, if the user uploaded the content: > https://docs.djangoproject.com/en/1.6/topics/files/ > > Hope this

Django python checkbox

2014-03-30 Thread Choro H
Hello, i wan to do download file of a checkbox ; Please help me this is my viewspy: def export_selected_dataqq(request): if request.method == 'POST': _selected_action = request.FILES("_selected_action") response = HttpResponse(mimetype='application/vnd.ms-excel; charset=