- INSTALLED_APPS에 django.contrib.sites를 넣자.
- SITE_ID 값도 설정한다.
SITE_ID = 1
- 저장 후 마이그레이션
'에러 모음' 카테고리의 다른 글
| [Django] Table '프로젝트명.socialaccount_socialapp_sites' doesn't exist (0) | 2025.06.03 |
|---|---|
| [Django] InconsistentMigrationHistory 에러 (0) | 2025.06.03 |
| [Django] Table '프로젝트명.django_site' doesn't exist (0) | 2025.06.03 |
| [Django] ModuleNotFoundError: No module named 'requests' (0) | 2025.06.03 |
| [Django] Django adminstration 에 SOCIAL APPLICATIONS 가 없을 때 (0) | 2025.06.02 |