Closed jordanmkoncz closed 3 years ago
For anyone else who's having this problem, a workaround is to install django-q-sentry
manually by adding the following to your requirements.txt
.
git+https://github.com/danielwelch/django-q-sentry.git@c492988339491eaa3beb3cf33dbab6f3443ad6d3#egg=django_q_sentry
Terrible oversight by me, sorry. Just published to PyPI.
No worries, thanks for your great work on adding Sentry integration for django-q
@danielwelch.
It looks like there's another minor problem with the integration, I created an issue for it here: https://github.com/Koed00/django-q/issues/276. Could you please take a look? :)
Hi there,
I'm trying to follow the Installation instructions in the README, but I'm getting an error. Below is the output from
pip install django-q[sentry]
I actually can't seem to find
django-q-sentry
on https://pypi.python.org so I'm thinking the issue might be that the package hasn't been published to PyPI yet? Any suggestions?