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
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
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"
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
> > >
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
> {% autopaginate rows 5%}
>
> {% for row in rows %}
>
> {% for value in row %}
> val=this.rowindex
> {% if (val == 0) %}
>{{ value }}
>
> {% else %}
>
> >{{ value }}
> {% end
{% autopaginate rows 5%}
{% for row in rows %}
{% for value in row %}
val=this.rowindex
{% if (val == 0) %}
{{ value }}
{% else %}
>{{ value }}
{% endif %}
{% endfor %}
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
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
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?
--~--~-~--~~-
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
11 matches
Mail list logo