1👍
✅
I think I had forgotten about this:
mylist = AboutMe.objects.all().filter(MyG__in=mygpref)
This seems to work..
Source:stackexchange.com
1👍
I think I had forgotten about this:
mylist = AboutMe.objects.all().filter(MyG__in=mygpref)
This seems to work..