Inital simple hand-made ver

This commit is contained in:
KenwoodFox
2025-12-03 12:47:17 -05:00
commit 20b5086800
14 changed files with 553 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "<5.0,>=4.2"
[dev-packages]
[requires]
python_version = "3.11"