python django.core.exceptions.ImproperlyConfigured ModelForm fields exclude

Published: 20 November 2016
on channel: ATOM
1,082
4

python django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited
Fix:
class MyAdminForm forms.ModelForm :
class Meta:
model = MyModel
fields = "__all__"

Python Tutorials :   / pythontutori.  .
Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials

If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance.
https://www.paypal.me/tutorialdonation/1

Thanks


Watch video python django.core.exceptions.ImproperlyConfigured ModelForm fields exclude online without registration, duration hours minute second in high quality. This video was added by user ATOM 20 November 2016, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,082 once and liked it 4 people.