Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 알고리즘
- 안드로이드
- 파이썬
- docker
- issue
- 개발
- cos pro
- codingtest
- 코딩테스트
- Flutter
- 분할정복
- 코드품앗이
- django
- 동적계획법과최단거리역추적
- 백준
- AndroidStudio
- 코테
- BAEKJOON
- DFS
- cos
- C++
- android
- 안드로이드스튜디오
- 동적계획법
- DART
- cos pro 1급
- DFS와BFS
- vuejs
- Python
- Algorithm
Archives
- Today
- Total
Development Artist
[Django, pyCharm] ImproperlyConfigured Exception : Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited 본문
TroubleShooting/Django Issue
[Django, pyCharm] ImproperlyConfigured Exception : Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited
JMcunst 2022. 9. 4. 13:40728x90
반응형
이슈
장고 auth form을 커스텀하고 run 시 다음과 같은 이슈 발생.

django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited
해결
해당 ModelForm에 fields 속성을 추가한다.

728x90
반응형