I have the following models. models.py class Medicine(models.Model): name = models.CharField(max_length=100, default='') class Prescription(models.
確定! 回上一頁