ocobacho / django_through_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 94.0%Language:HTML 6.0%