projects
/
SVBaL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d034448
)
gitarre
author
Michael Wagner
<michael@wagnertech.de>
Mon, 19 Feb 2024 09:57:04 +0000
(10:57 +0100)
committer
Michael Wagner
<michael@wagnertech.de>
Mon, 19 Feb 2024 09:57:04 +0000
(10:57 +0100)
doc/README.Django
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/README.Django
b/doc/README.Django
new file mode 100644
(file)
index 0000000..
7044dea
--- /dev/null
+++ b/
doc/README.Django
@@ -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