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
As mentioned by @wherget in #39, Font Awesome offers fontawesomefree on PyPI, an official Python package for Django (see the official docs). Hence, it might be worth:
removing Font Awesome from this package and
directing our users to the official FA integration for Django.
To keep things convenient, we could add FA as an optional dependency (aka extras), so that it could be installed along with django-bootstrap-static as a single dependency. Installing would then look like this:
As mentioned by @wherget in #39, Font Awesome offers
fontawesomefree
on PyPI, an official Python package for Django (see the official docs). Hence, it might be worth:To keep things convenient, we could add FA as an optional dependency (aka extras), so that it could be installed along with
django-bootstrap-static
as a single dependency. Installing would then look like this:pip install 'django-bootstrap-static[fontawesome]'
Things to do
fontawesome
module (aka folder) from Python package.[project.optional-dependencies]
section to pyproject.toml.The text was updated successfully, but these errors were encountered: