Thanks a lot for the reply! It got me thinking and I changed the code 
around a bit and was able to get the result I was looking for. What I did 
in the end was:

teecolor = GolfCourseTees.objects.filter(Course_Name='course').values()
tee1 = teecolor[0]

and in the HTML i used {{ tee1.hole1_distance }} etc.. which got me the 
correct value. I had tried this before but left out .values() due to lack 
of understanding at the time.

Thanks!

Brendan

-- 
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/ce119395-0880-4a2e-bb9c-185d0dcf3952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to