Introduction In this context, the final goal is using a ModelForm for submitting user input in Django application. Actually, there […]
Tag: Django ModelForm
How to Solve Error Message django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the ‘fields’ attribute or the ‘exclude’ attribute is prohibited; when running Django Application
Introduction This is an article where the main focus is to show how to solve an error message appear. Actually, […]