OZ-Coding-School / oz_03_main-006-BE

한바퀴_국내여행자를 위한 대한민국 방방곡곡 정보 커뮤니티
1 stars 1 forks source link

You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. #127

Open yoonju977 opened 3 months ago

yoonju977 commented 3 months ago

버그 리포트

어떤 버그인가요?

버그에 대해 알려주세요/ 터미널에 ERROR메세지 ctrl+c/v


You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.

어떤 상황에서 겪으셨나요?

버그를 겪으신 상황을 알려주세요, ~기능을 만드는 과정에서 ~했다


• 원인: Django 설정에서 STATIC_ROOT 경로가 지정되지 않아 collectstatic 명령어 실행 시 발생. • 해결 방법: settings.py 파일에 STATIC_ROOT 설정을 추가하여 Django의 정적 파일을 수집할 경로를 지정.

참고할만한 자료가 있을까요?, 기능 만들때 참고한 레퍼런스등...

참고자료가 있다면 첨부해주세요