If you use a ManyToManyField, Django creates the join table for you.  In
the rare case that you need to store additional data on the join table, you
can create your own and use ManyToManyField.through


On Fri, May 13, 2016 at 5:00 AM, Bruce Whealton <
futurewavewebdevelopm...@gmail.com> wrote:

> You are absolutely right.  So, I just need to figure out how to change
> things in the models.py.  I'm not sure if django
> needs a third model or not.
> Thanks for helping where something should have been easier for me,
> Bruce
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1a4b5a83-8b2d-4e5f-8b7e-4b6bb6341f78%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB%2BAj0t3iVnmfef1sUGrxu%2BuCQge9uMLjjChgCF-Y1kNDKLWvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to