Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- scotty
- TemplateSyntaxError
- include
- 알리
- Migrate
- ValueError
- ModuleNotFoundError
- pip install --upgrade pip
- junny
- JavaScript
- 크로키
- error
- bootstrap4
- 취미미술
- 블린이
- 마이그레이션
- Uncaught SyntaxError
- 마이그레이트
- Django
- navbar
- Python
- 조맹클래스101
- 조맹크로키
- You should consider upgrading
- 오류
Archives
- Today
- Total
목록ModuleNotFoundError (1)
내가 하고 싶은 것들 중 하나

TemplateSyntaxError at /community/ 'bootstrap4' is not a registered tag library. Must be one of: admin_list admin_modify admin_static ... 문제 상황 python manage.py runserver 런서버를 했는데 비쥬얼스튜디오 터미널 창에 ``ModuleNotFoundError: No module named 'bootstrap4' `이라고 떴다. 그리고 url도 뜨지 않는다. 해결 과정 구글링하면서 필요한 코드들을 입력해봤다. python -m pip install bootstrap4 bootstrap4를 설치하고 런서버를 하니까 이제 서버는 뜨는데 community/로 들어가면 templates..
웹 세상/django
2020. 4. 26. 21:32