diff options
Diffstat (limited to 'content')
-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. |