Re: muliple pagination on same page

2014-08-27 Thread hardik sottany
Sir I will mail my appointment modal please give me a sample solution
On Aug 27, 2014 8:36 PM, "Camilo Torres"  wrote:

> This is basically a DB query issue. Follow these general directions:
>
> 1. In your page add a form with a select with the filtering options.
> 2. In your view, instead of getting all the instance of your model, filter
> by the selected option.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/6Q9-DElNxPU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ff014ba5-d10c-4a54-9039-799794278a00%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMboYZJgddc%3DKPAzSkANmyR1qs5dzu23RvBiir0ZHgKEfqTofw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: muliple pagination on same page

2014-08-27 Thread Camilo Torres
This is basically a DB query issue. Follow these general directions:

1. In your page add a form with a select with the filtering options.
2. In your view, instead of getting all the instance of your model, filter by 
the selected option.

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ff014ba5-d10c-4a54-9039-799794278a00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: muliple pagination on same page

2014-08-25 Thread hardik sottany
I want to do pagination using filter on same page which show all on same
page
On Aug 25, 2014 7:26 PM, "Collin Anderson"  wrote:

> What do you have so far?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/6Q9-DElNxPU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b5f93597-9e04-41d0-8f3e-b1c424f22d2f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMboYZK03Dk_Uga%3DEDgE3agTfAzSbZJwJ1HdiZYNjePnp1LH0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: muliple pagination on same page

2014-08-25 Thread hardik sottany
I have model with date time pk appointment details
On Aug 25, 2014 7:26 PM, "Collin Anderson"  wrote:

> What do you have so far?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/6Q9-DElNxPU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b5f93597-9e04-41d0-8f3e-b1c424f22d2f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMboYZL1k%2BBv4j6%2Bi0aymEPN5VX3E%2B%3DNAEgkhS270471EoeLAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: muliple pagination on same page

2014-08-25 Thread Collin Anderson
What do you have so far?

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b5f93597-9e04-41d0-8f3e-b1c424f22d2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


muliple pagination on same page

2014-08-25 Thread hardik sottany
hello friend 
i want to use pagination for today appointment tommorows appoint and past 
appointment can any1 help me out in quite greater need

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c9fd5d4a-acd4-4a00-84cf-72abdfbfdbcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.