We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After successfully installing django-simple-bulma via pip I run collectstatic per instructions and get the following error:
python manage.py collectstatic ... File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/Users/mruser/.pyenv/versions/scorekeeper/lib/python3.7/site-packages/django_simple_bulma/finders.py", line 166 if absolute_path := finder.find(relative_path): ^ SyntaxError: invalid syntax
I believe Python 3.7.5 does not like the := operator (apparently added in 3.8).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After successfully installing django-simple-bulma via pip I run collectstatic per instructions and get the following error:
I believe Python 3.7.5 does not like the := operator (apparently added in 3.8).
The text was updated successfully, but these errors were encountered: