How can I add a a select field type in Django admin page of a table. How does it store in Database.
Asked
Active
Viewed 106 times
1 Answers
0
You can add choices to a charField Type.
ref: https://docs.djangoproject.com/en/2.1/ref/models/fields/

Ajay Pratap
- 437
- 4
- 14