> > ok its still not putting out the vm data i get
Grant - google.com - 7029855378 - zuk...@gmail.com - 2332 oakland st - - {% for customer in customers %} <div>{{ customer.NAME }} - {{ customer.WEBSITE }} - {{customer.PHONE}} - {{ customer.EMAIL }} - {{ customer.ADDRESS }} </div> {% for Vms in customer.vms_set.all %} <div>{{ vms.id }} - {{ vms.NAME }} - {{ vms.VMSTATUS }}</div> {% endfor %} {% endfor %} def index(request): customers = Customer.objects.all() ctx = { 'customers':customers } return render_to_response('index.html', ctx) its still not working correctly. -- 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/ca712dba-3b05-43c0-a2ea-064799017bd4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.