gitarre
authorMichael Wagner <michael@wagnertech.de>
Mon, 19 Feb 2024 09:57:04 +0000 (10:57 +0100)
committerMichael Wagner <michael@wagnertech.de>
Mon, 19 Feb 2024 09:57:04 +0000 (10:57 +0100)
doc/README.Django [new file with mode: 0644]

diff --git a/doc/README.Django b/doc/README.Django
new file mode 100644 (file)
index 0000000..7044dea
--- /dev/null
@@ -0,0 +1,16 @@
+Django
+======
+
+- Version
+python3 -m django --version
+
+- Projekt/Anwendung
+django-admin startproject mysite
+
+- Server starten
+manage.py runserver
+
+- Model-View-Control
+ x Model   -> awk.py
+ x View    -> templates + forms.py
+ x Control -> views.py