init Django

This commit is contained in:
lm
2021-08-26 23:51:34 +02:00
parent 63c9e30429
commit 9363ac69df
8 changed files with 264 additions and 0 deletions
+12
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.9"