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

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #31627.

Note: See TracTickets for help on using tickets.
Back to Top