소개
게시글
질문&답변
migrate 시 conflicting 에러가 나는 이유를 알고 싶습니다.
0003_user_profile을(바탕화면에 혹시 몰라 백업 파일을 만들고) 삭제했더니 해결 됐습니다! python manage.py migrate instagram이 "instagram 앱에서만 migrate를 수행하라"인 줄 알았는데 아닌 것 같군요...
- 0
- 1
- 191
질문&답변
INSTALLED_APPS의 Local apps에 프로젝트명을 추가하는 문제
저기 # Local Apps 밑에 'newaskcompany'를 지우면 TemplateNotExist at / root.html 이 발생합니다. (urls.py에서 template_name='') 부분을 변경할 시 root.html 이름도 변경되는 걸 보면 urls.py 요청 자체는 들어가는 것 같습니다.
- 0
- 2
- 242
질문&답변
bootstrap 적용 풀림 문제
1) link href 부분을 bootstrap4 버전으로 낮췄더니 글씨체나 pagination 기능 제대로 돌아오지 않았지만, 테이블 레이아웃 정도는 정상적으로 적용되었습니다. 그런데 이번에는 localhost:8000/instagram 페이지에 접속할 때 TemplateSyntaxError at /instagram/ 'bootstrap4' is not a registered tag library. Must be one of:라는 에러가 발생합니다. settings.py에는 bootstrap4가 들어가있고, post_list.html의 {% load bootstrap4 %} 부분을 지우고 진행할 때는 다시 해당 에러가 발생하지 않아서 렌더링하는 html의 bootstrap4를 가져올 때 에러가 발생한다고 판단했습니다. (bootstrap4는 이미 설치했고 settings.py에도 넣어두었고 이전에 html 렌더링이 잘 되는 것을 확인했는데, 갑자기 load할 때 문제가 생긴다는 것은 경로 문제인지 아니면 제가 이것저것 건드리면서 덮어쓰거나 할 때 문제가 생긴건지 확신이 서질 않습니다.) 2) 그래서 bootstrap4를 재설치하려고 pip install bootstrap4 pip install django_forms_bootstrappip3 install django-bootstrap4세 가지 명령어를 통해서 bootstrap4를 다시 설치해주고 진행해도 같은 에러가 발생하는데 추가적으로 확인할만한 사항이 있을까요? (전체 내용) TemplateSyntaxError at /instagram/ 'bootstrap4' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls cache debugger_tags highlighting i18n indent_text l10n log static syntax_color tz widont Request Method: GET Request URL: http://localhost:8000/instagram/ Django Version: 4.0.5 Exception Type: TemplateSyntaxError Exception Value: 'bootstrap4' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls cache debugger_tags highlighting i18n indent_text l10n log static syntax_color tz widont Exception Location: C:\Users\ukyanjo\.conda\envs\askcompany\lib\site-packages\django\template\defaulttags.py, line 1029, in find_library Python Executable: C:\Users\ukyanjo\.conda\envs\askcompany\python.exe Python Version: 3.9.12 Python Path: ['C:\\Dev\\askcompany', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\python39.zip', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\DLLs', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\lib', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany', 'C:\\Users\\ukyanjo\\AppData\\Roaming\\Python\\Python39\\site-packages', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\lib\\site-packages', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\lib\\site-packages\\win32', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\lib\\site-packages\\win32\\lib', 'C:\\Users\\ukyanjo\\.conda\\envs\\askcompany\\lib\\site-packages\\Pythonwin'] Server time: Mon, 27 Jun 2022 03:11:58 +0000
- 1
- 2
- 898
고민있어요
강사님의 다른 강의
- 0
- 0
- 191
질문&답변
Atom-settings-install에서 script를 찾을 수 없습니다.
(사진) default 값을 바꿔주고 매뉴얼로 인스톨했습니다. 다른 분들 참고용으로 남겨둘게요.
- 0
- 1
- 165