-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmeta.yml
More file actions
28 lines (28 loc) · 945 Bytes
/
meta.yml
File metadata and controls
28 lines (28 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Byg en Python Web Server med Flask
hero_image: images/banner.png
description: I denne guide installerer vi det simpel web framework Flask, og sætter en enkel web server op med forskellige sider, ved at bruge Python, HTML og CSS.
original_url: https://raspberrypi.org/learning/python-web-server-with-flask
theme: yellow
duration: 2
listed: true
ingredient: false
copyedit: true
curriculum: 3, design-0, programming-3, phys-comp-0, manufacture-0, community-0
interests: ''
technologies: python, html-css-javascript
site_areas: projects
hardware: ''
software: python, html-css-javascript
version: 4.1
last_tested: 2018-08-02
steps:
- title: Introduktion
- title: Byg en Flask hjemmeside
- title: Tilføj en ny side
- title: Returner HTML web sider
- title: "Udfordring: Tilføj en HTML template til den anden side"
challenge: true
- title: Tilføj farver med CSS
- title: Tilføj dynamisk indhold
- title: Hvad skal det næste være?