Actually this is my very first django real world project. My friend asked me to make him a ecommerce site. In the product page, a customer have to select his/her dress size which will be provided by Admin. In django docs, models.Charfield can do the work, but Choices are given in the code. How to take input from Admin Area?
Assuming you have some models.py, you can post your code here in order to help you