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_distanc
On 5/05/2014 5:39 PM, Brendan Edwards wrote:
Hi,
I have just started learning Django (been flip flopping between meteor
and django, cant decide which to use..) and I am fairly new to web
development in general.
Basically, I have a query where I am using the code "teecolor =
GolfCourseTees.objec
Hi,
I have just started learning Django (been flip flopping between meteor and
django, cant decide which to use..) and I am fairly new to web development
in general.
Basically, I have a query where I am using the code "teecolor =
GolfCourseTees.objects.values('Tee_Color').filter(Course_Name=co
3 matches
Mail list logo