update for devops

This commit is contained in:
2019-02-15 12:13:43 +00:00
parent fdc17846a7
commit 2571f4f58d
6 changed files with 368 additions and 9 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
ujson = "*"
django-silk = "*"
django-recaptcha2 = "*"
Django = "*"
gunicorn = "*"
[requires]
python_version = "3.7"