Project layout and initial work on models

This commit is contained in:
T. C. A. Crossley
2022-10-12 22:41:23 +01:00
committed by xle
parent 2edc5fde71
commit 822cc71fef
18 changed files with 406 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
black = "*"
[dev-packages]
[requires]
python_version = "3.10"