the url you're using when you get a blank page?
 http://127.0.0.1:8000/db/

 urls.py
 url('^db/$', dbdemo),


 views.py
 def dbdemo(request):
     list= Student_Info.objects.all()
     #field=Student_Info._meta.get_all_field_names()
     return render_to_response("db.html",{'content':list})

On Aug 16, 7:39 am, Landy Chapman <[email protected]> wrote:
> On Aug 15, 9:11 pm, Konstantin Sushenko <[email protected]> wrote:
>
> > what is the source code for the blank page?
>
> beat me to the punch...  can you paste
>    the url you're using when you get a blank page
>    urls.py
>    views.py
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to