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
- JavaScript
- Migrate
- 취미미술
- 마이그레이션
- TemplateSyntaxError
- ValueError
- bootstrap4
- Django
- 마이그레이트
- 오류
- 조맹클래스101
- 알리
- 블린이
- ModuleNotFoundError
- scotty
- include
- You should consider upgrading
- junny
- navbar
- 조맹크로키
- pip install --upgrade pip
- Uncaught SyntaxError
- error
- 크로키
- Python
Archives
- Today
- Total
목록TemplateSyntaxError (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