Django Base Structure

This commit is contained in:
Leonhard Strohmidel
2022-12-17 13:42:34 +01:00
parent a3e7a32077
commit 3c681e0f6f
16 changed files with 295 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 = "*"
[dev-packages]
[requires]
python_version = "3.8"