1
vote
2answers
109 views
django - database design - mutiple tables require 1+ phone_number(s)
Question regarding how to setup dbase relationships (newbie, this may be trivial)
Followed the django tutorial (Poll, Choices); understood that 1 Poll has many Choice(s), therefore many Cho …
