On Oct 27, 10:19 am, Jagdeep Singh Malhi
wrote:
> hi
> I want to use this mysql Query
> " SELECT count(*) as class_roll_no FROM student_profile where
> class_roll_no !='00 ' ";
> in my view file
>
> Is it possible?
>
> I try this code
> view.py file is :
>
> from django.shortcuts import render_t
hi
I want to use this mysql Query
" SELECT count(*) as class_roll_no FROM student_profile where
class_roll_no !='00 ' ";
in my view file
Is it possible?
I try this code
view.py file is :
from django.shortcuts import render_to_response
from mysite.student.models import Profile
from django.db.mo
2 matches
Mail list logo