강의

멘토링

커뮤니티

Inflearn Community Q&A

lesson2403081's profile image
lesson2403081

asked

Python Concurrent Programming: From Data Collection to Web Development (feat. FastAPI, async, await)

FastAPI Tutorial : Jinja Template Engine

jinja2templates

Written on

·

230

0

수업대로 127.0.0.1:8000/items/{id} 를 넣었는데

starlette.routing.NoMatchFound: No route exists for name "static" and params "path".

internal Server Error 가 나옵니다 ㅠ

BASE_DIR, directory 모두 수업대로 다 입력했습니다. 구글링을 해도 방법을 찾질 못해서요.

python동시성FastAPIjinja2

Answer 1

0

lesson2403081님의 프로필 이미지
lesson2403081
Questioner

stylesheet 를 먹이니까 에러가 해결되었어요!

lesson2403081's profile image
lesson2403081

asked

Ask a question