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

Request: Make template packs available as an extra #1339

Open
amrishparmar opened this issue Feb 24, 2023 · 1 comment
Open

Request: Make template packs available as an extra #1339

amrishparmar opened this issue Feb 24, 2023 · 1 comment

Comments

@amrishparmar
Copy link

amrishparmar commented Feb 24, 2023

  • Package version: 2.0
  • Django version: 4.1.x
  • Python version: 3.11.x
  • Template pack: Bootstrap 3

Description:

Since version 2.0 moved template packs as an external dependency it requires a separate package to be installed. This is not itself problematic, but it would be quite useful to have these packages available as an extra, so that officially supported packs (with compatible versions) can be installed directly alongside the main one

e.g. currently we have in our requirements file:

crispy-bootstrap3==2022.1
django-crispy-forms==2.0

My preference would be to have:

django-crispy-forms[crispy-bootstrap3]==2.0
@dvzrv
Copy link

dvzrv commented Apr 13, 2023

Hi! I package this project for Arch Linux and would also be happy to see the crispy-bootstrap* packages be made available (and more obvious to find) using an extra (optional dependency).
See django-crispy-forms/crispy-bootstrap4#7 and django-crispy-forms/crispy-bootstrap3#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants