django-bootstrap-static icon indicating copy to clipboard operation
django-bootstrap-static copied to clipboard

Consider replacing Font Awesome by package dependency

Open bittner opened this issue 8 months ago • 0 comments

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:

  1. removing Font Awesome from this package and
  2. 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:

pip install 'django-bootstrap-static[fontawesome]'

Things to do

bittner avatar Jun 19 '24 01:06 bittner