Opened 5 years ago
Closed 5 years ago
#31284 closed New feature (wontfix)
Bootstrap-Integration
Reported by: | RJamesMaier | Owned by: | nobody |
---|---|---|---|
Component: | Packaging | Version: | 3.0 |
Severity: | Normal | Keywords: | Bootstrap, |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Upon creating a new django-project, the current released version of Bootstrap is added as default to the project dependencies. This can speed up development time.
Note:
See TracTickets
for help on using tickets.
Such integration is out of scope for Django itself. (For one, there are many options beyond Bootstrap, such that we could possibly cover them all.)
Check out the
--template
option to the startproject command.