There was an error while loading. Please reload this page.
1 parent d499b17 commit 07ae31cCopy full SHA for 07ae31c
tutorial-reference/Day 25/server.py
@@ -1,4 +1,9 @@
1
# gunicorn
2
+# fastapi or flask or aiohttp or sarlette
3
+# Django
4
+
5
+# Model -> View -> Template -> Response
6
7
8
def render_template(template_name='index.html', context={}):
9
html_str = ""
0 commit comments