You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/opt/hml/hmlvenv/lib/python3.7/site-packages/fontawesome/templatetags/fontawesome.py", line 5, in
from django.contrib.staticfiles.templatetags.staticfiles import static
ModuleNotFoundError: No module named 'django.contrib.staticfiles.templatetags'
File "/opt/hml/hmlvenv/lib/python3.7/site-packages/fontawesome/templatetags/fontawesome.py", line 5, in
from django.contrib.staticfiles.templatetags.staticfiles import static
ModuleNotFoundError: No module named 'django.contrib.staticfiles.templatetags'
Making the change in fontawesome.py suggested by https://stackoverflow.com/questions/59261254/no-module-named-django-contrib-staticfiles-templatetags fixed this
The text was updated successfully, but these errors were encountered: