File tree
Expand file treeCollapse file tree1 file changed
+5
-0
lines changed tutorial-reference/Day 25
Expand file treeCollapse file tree1 file changed
+5
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # gunicorn
|
| 2 | +# fastapi or flask or aiohttp or sarlette |
| 3 | +# Django |
| 4 | + |
| 5 | +# Model -> View -> Template -> Response |
| 6 | + |
2 | 7 |
|
3 | 8 | def render_template(template_name='index.html', context={}):
|
4 | 9 | html_str = ""
|
|
You can’t perform that action at this time.
0 commit comments