Re: How to Let a User add a Video not a image as a post?

2016-09-04 Thread Sylvain GROS-DESORMEAUX
Hi, have you even tried to search using google? https://pypi.python.org/pypi/django-embed-video https://djangopackages.org/grids/g/video/ https://github.com/jazzband/django-embed-video You're welcome. 2016-09-01 10:53 GMT-04:00 djangorobert : > I have researched this issue with django for yea

Re: Python Nested For Looping MultiTable Association Question

2014-05-07 Thread Sylvain GROS-DESORMEAUX
use == instead of = in your if statement. On Wed, May 7, 2014 at 4:18 PM, G Z wrote: > out of my stupidity i refined it a bit > > {% for e in customers %} > {% for d in vms %} > {% if e.id = d.CUSTOMERID %} > {{