Monday, February 24, 2020

Re: Django Redis error

Hi Charles,

On 24/02/2020 06.20, Charles wrote:
> "/home/panda/.local/share/virtualenvs/loans-engine-backend-iaqdRd9l/lib/python3.5/site-packages/django_q/conf.py",
> line 153
>     Q_STAT = f"django_q:{PREFIX}:cluster"
>                                         ^

Python f-strings has only been introduced in Python 3.6:

https://realpython.com/python-f-strings/

You seem to be using python 3.5.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1644cc57-d517-da86-e05f-588e7b82e022%40stacktrace.dk.

No comments:

Post a Comment