summaryrefslogtreecommitdiffstats
path: root/content/techjournal/two_python_links.md
blob: eaea8a6fe4c45506adc03eacbed37b1d93e00a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
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.