Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings

This commit is contained in:
Danielle McLean 2017-11-06 11:04:22 +11:00
parent 382b7ee4a9
commit e853e22362
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
6 changed files with 81 additions and 47 deletions

11
Pipfile
View file

@ -12,11 +12,11 @@ python_version = '3.6'
[packages]
Django = "*"
django_compressor = "*"
django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
Pillow = "*"
pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
django-meta = "*"
@ -27,18 +27,19 @@ qrcode = "*"
django-otp-agents = "*"
python-slugify = "*"
"mf2py" = "*"
Markdown = "*"
markdown = "*"
bleach = "*"
django-debug-toolbar = "*"
xrd = "*"
django-push = "*"
PyYAML = "*"
pyyaml = "*"
django-annoying = "*"
django-shorturls = "*"
accept-types = "*"
django-analytical = "*"
django-model-utils = "*"
python-jose = "*"
django-rq = "*"
[dev-packages]