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 | 31 |
Tags
- Python
- 파이썬
- django
- codingtest
- 동적계획법
- 동적계획법과최단거리역추적
- cos pro
- 개발
- C++
- Algorithm
- 코드품앗이
- issue
- 알고리즘
- 코딩테스트
- BAEKJOON
- DFS
- AndroidStudio
- 코테
- DART
- DFS와BFS
- 백준
- Flutter
- vuejs
- 분할정복
- Vue
- cos pro 1급
- 안드로이드
- android
- 안드로이드스튜디오
- cos
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
반응형
Comments