Re: New to Django

2016-08-20 Thread Wolf Painter
Hi Serge, I would love to speak to you about your app and how you use it. I'm new to django, so this has taken a bit to get used to but I really think it's the way to go for what I want to do with it. What's the best way to reach you? On Saturday, August 20, 2016 at 11:29:02 AM UTC-7, Sergiy Kh

Re: New to Django

2016-08-20 Thread Wolf Painter
OMG THANK YOU!! This totally works! Thank you, Thank you, Thank you! On Saturday, August 20, 2016 at 12:30:26 PM UTC-7, Andrew Beales wrote: > > This works for me: > > {% for server, images in child_list.items %} > {{ server }} > {% for image in images %} > {% for key,val in image.it

Re: New to Django

2016-08-20 Thread Wolf Painter
emplate you call this: > > for server, images in child_list.items > > Which is fine, but then you call this: > > for image, number in images.items > > But there is no variable called "images" I think it should be > "image_list:. > > HTH &

Re: New to Django

2016-08-17 Thread Wolf Painter
ass ChildImage(Image): > which might help with querying, as then you could just count child images > with server.childimage_set.count(), (if you removed the current > related_name for Childimage.server). > > > On Tuesday, August 16, 2016 at 1:22:28 AM UTC+1, Wolf Painter wrote: >&

Re: New to Django

2016-08-16 Thread Wolf Painter
Anyone have any ideas? I'm really stuck here... -- 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,

New to Django

2016-08-15 Thread Wolf Painter
Hey everyone, I didn't see any posts (or google search) that could possibly answer my question, so I am here... I'm trying to create a way to launch vm's on a Xen or VMWare server using a website. I have the python file written on the Server and am currently creating a DJango app to manage ever