Skip to content

Commit 07ae31c

Browse files
Day 25 - A Python Web App without a Framework
1 parent d499b17 commit 07ae31c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorial-reference/Day 25/server.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# gunicorn
2+
# fastapi or flask or aiohttp or sarlette
3+
# Django
4+
5+
# Model -> View -> Template -> Response
6+
27

38
def render_template(template_name='index.html', context={}):
49
html_str = ""

0 commit comments

Comments
 (0)