Opened 14 years ago
Closed 14 years ago
#17099 closed Bug (fixed)
startapp command still mistakenly assumes apps are only created in project
| Reported by: | Preston Holmes | Owned by: | Carl Meyer |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
changes made in r16964,
https://code.djangoproject.com/changeset/16964#file5
remove the requirement to create apps inside the project. But this line:
so attempting to so something like
mkdir foo cd foo django-admin.py startproject fred django-admin.py startapp foo
will result in:
Error: You cannot create an app with the same name ('foo') as your project.
Change History (2)
comment:1 by , 14 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In [17030]: