Not displaying the data after space

2009-06-11 Thread Nalini
where i went wrong? Thanks and Regards, Nalini --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe fro

How to solve value error

2009-05-09 Thread Nalini
Hi, I am getting this value error in my report. i am using pagination fro my report. I have only 2 records in my database. so in order to check whether my pagination works i gave { % autopaginate Data 1 % } so that each record will get displayed in two different pages. when i generate my report t

export the html data in table format to CSV or excel file format using javascript

2009-04-30 Thread Nalini
Hi, Does any one give me the source to export the html data in table format to CSV or excel file format using javascript. Regards, Nalini --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: how to make the first row in the table (table header) bold

2009-04-23 Thread Nalini
com/en/dev/topics/templates/ > > Alan. > > On Apr 22, 2:48 pm, Nalini wrote: > > > >  {% autopaginate rows 5%} > > > >   {% forrowin rows %} > > >   > > >         {% for value inrow%} > > >             val=this.rowindex > > >        

Export to excel sheet in djanogo using pagination

2009-04-23 Thread Nalini
Hi, I have many pages to be exported to the excel sheet. I use django and javascript. i use pagination. Can any one help me out ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

how to make the first row in the table (table header) bold

2009-04-22 Thread Nalini
> {% autopaginate rows 5%} > > {% for row in rows %} > > {% for value in row %} > val=this.rowindex > {% if (val == 0) %} >{{ value }} > > {% else %} > > >{{ value }} > {% end

how to make the first row in the table (table header) bold

2009-04-22 Thread Nalini
{% autopaginate rows 5%} {% for row in rows %} {% for value in row %} val=this.rowindex {% if (val == 0) %} {{ value }} {% else %} >{{ value }} {% endif %} {% endfor %}

Re: SQL Between query in sqlite3

2009-04-12 Thread Nalini
Thank you Alex On Apr 11, 11:47 am, Alex Gaynor wrote: > On Sat, Apr 11, 2009 at 2:44 AM, Kenneth Gonsalves > wrote: > > > > > On Saturday 11 April 2009 11:16:52 Nalini wrote: > > > select * from Table where dates BETWEEN '2009-01-01' AND

Re: SQL Between query in sqlite3

2009-04-12 Thread Nalini
Hi Kg, Thank you very much On Apr 11, 11:44 am, Kenneth Gonsalves wrote: > On Saturday 11 April 2009 11:16:52 Nalini wrote: > > > select * from Table where dates BETWEEN '2009-01-01' AND  '2009-01-31' > >  Can any one help me? > > Model.objects

SQL Between query in sqlite3

2009-04-10 Thread Nalini
Hi, I am using django, python and sqlite3 for my web page. I want the datas from the database between two dates. how do i handle it in django. i want the query for this select * from Table where dates BETWEEN '2009-01-01' AND '2009-01-31' Can any one help me? --~--~-~--~~-

Django

2009-02-19 Thread Nalini
While inputting an invalid username and password it should throw an alert message saying "invalid user". How to get this in django? Do i need to add something in views.py? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou