Move tons of stuff into oldstuff/

This commit is contained in:
2020-06-04 09:54:59 -04:00
parent 49038bb8ef
commit aa1345b6ed
213 changed files with 0 additions and 12 deletions

19
oldstuff/djtut/Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
pytest = "*"
pytest-django = "*"
[packages]
Django = "<2.0"
psycopg2 = "<2.8"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true