Opened 4 years ago
Closed 4 years ago
#31818 closed New feature (duplicate)
Allow `startproject` to ignore patterns / folders
Reported by: | Mateusz Kurowski | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | startproject, ignore pattern |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/ref/django-admin/#startproject
We could allow ignoring certain folders, in my example the problem happens with virtual env folder that is in the root of my custom project template.
For example:
--ignorepath=venv
Note:
See TracTickets
for help on using tickets.
Duplicate of #31627.