[[snapshot]]: 2021-05-13 20:01:15

Affected files:

.obsidian/workspace
2021-05-13.md
flask.md
This commit is contained in:
2021-05-13 20:01:15 +02:00
parent 2f529cd5ab
commit 3e6f180a0b
3 changed files with 29 additions and 13 deletions
+21 -9
View File
@@ -22,7 +22,7 @@
{ {
"id": "eeddb07932783526", "id": "eeddb07932783526",
"type": "leaf", "type": "leaf",
"dimension": 12.912712204250768, "dimension": 6.456356102125384,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -31,6 +31,18 @@
} }
} }
}, },
{
"id": "0034c5d8b96c70cd",
"type": "leaf",
"dimension": 6.456356102125384,
"state": {
"type": "markdown",
"state": {
"file": "flask.md",
"mode": "source"
}
}
},
{ {
"id": "5b0a728f8b5ceed7", "id": "5b0a728f8b5ceed7",
"type": "leaf", "type": "leaf",
@@ -162,7 +174,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "tmux resize.md", "file": "flask.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -179,7 +191,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "tmux resize.md" "file": "flask.md"
} }
} }
} }
@@ -190,17 +202,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "5b0a728f8b5ceed7", "active": "0034c5d8b96c70cd",
"lastOpenFiles": [ "lastOpenFiles": [
"tmux resize.md", "flask.md",
"tmux.md",
"2021-05-13.md", "2021-05-13.md",
"tmux resize.md",
"file handler.md",
"tmux.md",
"moa is broken.md", "moa is broken.md",
"moa.party.md", "moa.party.md",
"do.md", "do.md",
"Agora Elinor Ostrom.md", "Agora Elinor Ostrom.md",
"kenzo tange.md", "kenzo tange.md"
"experiment framework.md",
"file handler.md"
] ]
} }
+3
View File
@@ -8,5 +8,8 @@
- [[cosmos network]] - [[cosmos network]]
- [[chorus one]] - [[chorus one]]
- [[do]] - [[do]]
- [[moa]]
- [[agora server]]
- [[flask]]
- [[tmux resize]] - [[tmux resize]]
- [[self defense]] and [[satyagraha]]: compatible or not? - [[self defense]] and [[satyagraha]]: compatible or not?
+5 -4
View File
@@ -1,9 +1,10 @@
# Flask # Flask
- A [[web development]] [[micro]] [[framework]] for [[python]]. - A [[web development]] [[micro]] [[framework]] for [[python]].
- Includes nice routing, sufficient to implement [[sensible urls]]. - Includes nice routing, sufficient to implement [[sensible urls]].
- The [[agora]] is [[flask]] based. - The [[agora server]] is [[flask]] based.
- [[go]] flask.palletsprojects.com - [[go]] flask.palletsprojects.com
- [[wikipedia]] https://en.wikipedia.org/wiki/Flask_(web_framework) - [[wikipedia]] https://en.wikipedia.org/wiki/Flask_(web_framework)
- [[config]] https://flask.palletsprojects.com/en/1.1.x/config/