[Answer]-Installing lower version(1.4) of django on already installed Django 1.6 17 December 2023 by thecoderscamp.com 1 You need to use pip install Django==1.4, the == specifies the version Padraic Cunningham [Answer]-Show elements of m2m based on template in a template Source:stackexchange.com