Reputation: 355
I am trying to create a drop down menu using Django field "Choices", however for this I have to hand code the value in python code.Is there any way by which I can make Django to take the Dropdown list entries from column of a particular table. Thanks in advance
Upvotes: 1
Views: 704