-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Django 3 import error #44
Comments
Due to django 3 version, venv/lib/python3.8/site-packages/fontawesome/templatetags/fontawesome.py line 5 replace : from django.templatetags.static import static |
Thank you for your response, though it took you some time i already figured
it out long time ago.
…On Sun, May 10, 2020 at 10:31 PM Gil Obradors ***@***.***> wrote:
venv/lib/python3.8/site-packages/fontawesome/templatetags/fontawesome.py
line 5
from django.templatetags.static import static
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNEG4VX7TJYMWLLJ7MF5EDRQ4FK7ANCNFSM4K7TIUVQ>
.
|
How can we get this module into v1.2 with this change in that version? (https://pypi.org/project/django-fontawesome/) Always when I update my docker images I get this same error... (And thanks for a great module)! |
Any update on when we can see the support for django 3? |
There is a PR "Add Django 3 Support #46 opened on 15 Dec 2020 by rsp2k". But it was not accept yet. |
I get the following when am trying to run server on my local machine after setting up this module
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'fontawesome.templatetags.fontawesome': No module named 'django.contrib.staticfiles.templatetags'
The text was updated successfully, but these errors were encountered: