0

How can I add a a select field type in Django admin page of a table. How does it store in Database.

1 Answers1

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