How to Display all Fields in Django Updateview [simple Example]
- Last modified: 07 May 2020
- Category: django tutorial
Syntax
fields = '__all__'
example
class MyView(UpdateView):
model = MyModel
fields = '__all__'
Hope this helps
English today is not an art to be mastered it's just a tool to use to get a result