diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:13:21 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:13:21 +0100 |
commit | a43b30ec73f9eb770e8cb703bf1d4addadc45bb5 (patch) | |
tree | ca24b392583828c130f89987154e91506ba688a2 | |
parent | 9cf15115dd89ad486c37f3d7931b85c2d51ebf53 (diff) |
update
-rw-r--r-- | content/techjournal/two_python_links.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/techjournal/two_python_links.md b/content/techjournal/two_python_links.md new file mode 100644 index 0000000..eaea8a6 --- /dev/null +++ b/content/techjournal/two_python_links.md @@ -0,0 +1,10 @@ +--- +title: "Two Python links" +date: 2023-04-18T17:11:02+01:00 +draft: false +categories: ['Tech'] +tags: ['python', 'django', 'htmx'] +--- + +- Some good advice on using htmx with Django: https://github.com/guettli/django-htmx-fun/. +- An explanation of a simple Python project, that mentions the src layout structure: https://packaging.python.org/en/latest/tutorials/packaging-projects/#a-simple-project. |