Skip to content
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

Consider replacing Font Awesome by package dependency #43

Open
4 tasks
bittner opened this issue Jun 19, 2024 · 0 comments
Open
4 tasks

Consider replacing Font Awesome by package dependency #43

bittner opened this issue Jun 19, 2024 · 0 comments

Comments

@bittner
Copy link
Owner

bittner commented Jun 19, 2024

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 bittner changed the title Consider removing Font Awesome from the package Consider replacing Font Awesome by package dependency Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant