Skip to content

Commit 280de29

Browse files
committed
Add view glossary entry
1 parent 8a44d03 commit 280de29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/glossary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,9 @@ Node Version Manager
624624
625625
Node.js
626626
[Node.js®](https://nodejs.org/en/) is an open-source, cross-platform JavaScript runtime environment.
627+
628+
view
629+
A view is the basic element of modern Python web frameworks.
630+
A view runs code to set up Python variables for a rendering template.
631+
The output is not limited to HTML pages and snippets, but may contain {term}`JSON`, file download payloads, or other data formats.
627632
```

0 commit comments

Comments
 (0)