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