On Sun, 2009-02-08 at 09:57 -0800, Bobby Roberts wrote:
> Hi group. Please look at this view:
>
> # this form runs the search mechanism
> def DoSearchForm (request):
> if request.method =='POST':
> form=SearchForm (request.POST)
> if form.is_valid():
> try:
>
anyone have any idea on this?
--~--~-~--~~~---~--~~
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 from this group, send email to
dja
Hi group. Please look at this view:
# this form runs the search mechanism
def DoSearchForm (request):
if request.method =='POST':
form=SearchForm (request.POST)
if form.is_valid():
try:
myuid=request.user.id * 1
except:
3 matches
Mail list logo