Lets say I have a model called Users.

I request(get) http://www.google.com/user/*id* 
<http://www.google.com/user/id>* (pk)* 

The users has age but finds to find other users with in same range, as well 
as other items that might be different ages.
Lets say I want to find similar interest for this user in 
 http://www.google.com/profiles/32years (don't care that is is not a date, 
just want to search on it based on getting the pk id of user)
 http://www.google.com/cars/1985

Obviously both of the models would have a date field to associate with the 
users age. I am just trying to figure out how to capture the users 
age/date/whatever it may be, then setup another query set on different 
models based on users age/birthday. 

This data would be used to show relativeness to year 1985, which is not a 
fk or pk.

But we didn't know the year, until we got the get request.

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d0be9b3c-c313-4278-84e8-f258836d8318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to