Flask: Datenstruktur
Verfasst: Donnerstag 5. März 2020, 09:59
Flask habe ich neu entdeckt. Eine feine Sache mit der ich mich gerade beschäftige.
Mich würde interessieren, wie ihr eure Daten verwaltet.
Ich verfolge einen funktionalen Ansatz.
run.py
app/
app/__init__.py
app/views.py
templates/
templates/blog
templates/blog/layout.html
templates/blog/index.html
templates/glossary
templates/glossary/layout.html
templates/glossary/index.html
templates/services
templates/services/layout.html
templates/services/index.html
static/css/
static/css/static.css
img/
Mich würde interessieren, wie ihr eure Daten verwaltet.
Ich verfolge einen funktionalen Ansatz.
run.py
app/
app/__init__.py
app/views.py
templates/
templates/blog
templates/blog/layout.html
templates/blog/index.html
templates/glossary
templates/glossary/layout.html
templates/glossary/index.html
templates/services
templates/services/layout.html
templates/services/index.html
static/css/
static/css/static.css
img/