Forgotten things with django tutorial

This commit is contained in:
2020-06-04 09:48:40 -04:00
parent 8bfdafab61
commit 49038bb8ef
8 changed files with 225 additions and 22 deletions

View File

@@ -3,9 +3,17 @@ 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