|
1 | 1 | # Zusammenfassung |
2 | 2 |
|
3 | | -* [Einleitung](README.md) |
4 | | -* [Installation](installation/README.md) |
5 | | -* [Wie das Internet funktioniert](how_the_internet_works/README.md) |
6 | | -* [Einführung in die Kommandozeile](intro_to_command_line/README.md) |
7 | | -* [Python-Installation](python_installation/README.md) |
8 | | -* [Der Editor](code_editor/README.md) |
9 | | -* [Einführung in Python](python_introduction/README.md) |
10 | | -* [Django - Was ist das?](django/README.md) |
11 | | -* [Django Installation](django_installation/README.md) |
12 | | -* [Dein erstes Django-Projekt!](django_start_project/README.md) |
13 | | -* [Django Models](django_models/README.md) |
14 | | -* [Django Administration](django_admin/README.md) |
15 | | -* [Veröffentlichen!](deploy/README.md) |
16 | | -* [Django URLs](django_urls/README.md) |
17 | | -* [Django Views - Zeit zum Gestalten!](django_views/README.md) |
18 | | -* [Einführung in HTML](html/README.md) |
19 | | -* [Django ORM (Querysets)](django_orm/README.md) |
20 | | -* [Dynamische Daten in Templates](dynamic_data_in_templates/README.md) |
21 | | -* [Django Templates](django_templates/README.md) |
22 | | -* [CSS - mach es hübsch!](css/README.md) |
23 | | -* [Template Erweiterung](template_extending/README.md) |
24 | | -* [Erweitere deine Anwendung](extend_your_application/README.md) |
25 | | -* [Django Formulare](django_forms/README.md) |
26 | | -* [Was kommt als Nächstes?](whats_next/README.md) |
| 3 | +* [Einleitung](README.md) |
| 4 | +* [Installation](installation/README.md) |
| 5 | +* [Installation (Chromebook)](chromebook_setup/README.md) |
| 6 | +* [Wie funktioniert das Internet](how_the_internet_works/README.md) |
| 7 | +* [Einführung in die Kommandozeile](intro_to_command_line/README.md) |
| 8 | +* [Python-Installation](python_installation/README.md) |
| 9 | +* [Der Code-Editor](code_editor/README.md) |
| 10 | +* [Einführung in Python](python_introduction/README.md) |
| 11 | +* [Django - Was ist das?](django/README.md) |
| 12 | +* [Django Installation](django_installation/README.md) |
| 13 | +* [Dein erstes Django-Projekt!](django_start_project/README.md) |
| 14 | +* [Django Models](django_models/README.md) |
| 15 | +* [Django Administration](django_admin/README.md) |
| 16 | +* [Veröffentlichen!](deploy/README.md) |
| 17 | +* [Django URLs](django_urls/README.md) |
| 18 | +* [Django views - leg los!](django_views/README.md) |
| 19 | +* [Einführung in HTML](html/README.md) |
| 20 | +* [Django ORM und QuerySets](django_orm/README.md) |
| 21 | +* [Dynamische Daten in Templates](dynamic_data_in_templates/README.md) |
| 22 | +* [Django Templates](django_templates/README.md) |
| 23 | +* [CSS - mach es hübsch!](css/README.md) |
| 24 | +* [Erweiterung der Templates](template_extending/README.md) |
| 25 | +* [Erweitere deine Anwendung](extend_your_application/README.md) |
| 26 | +* [Django Formulare](django_forms/README.md) |
| 27 | +* [Wie geht es weiter?](whats_next/README.md) |
0 commit comments