New django fun

This commit is contained in:
2020-03-13 20:21:16 -04:00
parent ba73abcc63
commit f09c3470c0
7 changed files with 220 additions and 0 deletions

7
djtut/Pipfile Normal file
View File

@@ -0,0 +1,7 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
Django = "<2.0"