How do I edit and delete data in Django?

后端 未结 3 1845
离开以前
离开以前 2020-12-29 12:00

I am using django 1.0 and I have created my models using the example in the Django book. I am able to perform the basic function of adding data; now I need a way of retriev

3条回答
  •  暖寄归人
    2020-12-29 12:45

    Read the following: The Django admin site. Then revise your question with specific details.

提交回复
热议问题