Mohamed AboElKheir

Results 3 issues of Mohamed AboElKheir

It would be helpful if we had the ability to run a command using the current task name or description , .. etc with a key binding. For example, the...

enhancement
pondering

I was able to resolve the issue by modifying line 36 in asymmetric_jwt_auth/models.py from user = models.ForeignKey(settings.AUTH_USER_MODEL,related_name='public_keys') to: user = models.ForeignKey(settings.AUTH_USER_MODEL, related_name='public_keys', on_delete = models.CASCADE) Please update the code

It is giving the below error ``` verify-scts google.com --short Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666, in _build_master ws.require(__requires__) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 984, in require needed =...