django_through_example Simple django example to demostrate how to query the table generated by manyTomany field. pip install requirements.txt python manage.py migrate python manage.py runserver go to http://127.0.0.1:8000/ on your browser