From debf9376fc6af6964bfb20fac10afef0fb70888d Mon Sep 17 00:00:00 2001 From: Jonka Date: Mon, 5 Nov 2018 16:34:20 +0100 Subject: [PATCH] Zwischenstand des vierten Praktikums: Auslagerung des HTML-Inhalts als eigene HMTL-Datei -> funktioniert! Vererbte HMTL-Datei "index.html" von "base.html" -> funktioniert! --- ... und Skriptsprachen (Python-Blockkurs).iml | 8 + .idea/workspace.xml | 398 ++++++++---------- Django_Project/.idea/Django_Project.iml | 5 +- Django_Project/.idea/misc.xml | 2 +- Django_Project/posts/views.py | 2 +- Django_Project/templates/base.html | 12 + Django_Project/templates/posts/index.html | 9 + 7 files changed, 220 insertions(+), 216 deletions(-) create mode 100644 Django_Project/templates/base.html create mode 100644 Django_Project/templates/posts/index.html diff --git a/.idea/Web- und Skriptsprachen (Python-Blockkurs).iml b/.idea/Web- und Skriptsprachen (Python-Blockkurs).iml index f3d7bc9..ca5cd59 100644 --- a/.idea/Web- und Skriptsprachen (Python-Blockkurs).iml +++ b/.idea/Web- und Skriptsprachen (Python-Blockkurs).iml @@ -5,6 +5,14 @@ + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 499b642..8556441 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,31 +2,34 @@ - + + + + + - - + - - - - - - - - + + + + + + + + - + + - - + + - - - + + - - - - - - - - - - + + + - - + + + + + + + - - - - - + + @@ -143,8 +175,8 @@ @@ -177,6 +209,8 @@ @@ -225,17 +259,7 @@ - - - - - - - - - - - + @@ -249,22 +273,39 @@ - + + + + + + + + + + + + + + + + + + +