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