반응형
1. 발생 경위
django 모듈을 사용안하고 python file 을 compile 실행
2. 해결 방안
실행할 python application 위에다 setting 값 설정 후 실행
반응형
'오류모음집 > django' 카테고리의 다른 글
ValueError at /page/logout/ (0) | 2023.04.11 |
---|---|
django.db.utils.OperationalError: (1050, "Table” already exists") (0) | 2023.04.11 |
getattr(): attribute name must be string (0) | 2023.04.11 |
ValueError: The field admin.LogEntry.user was declared with a lazy reference to '앱이름.테이블이름' (0) | 2023.04.11 |
다른 파일에서 명시적으로 model 를 불러올때 에러 (0) | 2023.04.11 |