Opened 13 years ago
Closed 13 years ago
#17099 closed Bug (fixed)
startapp command still mistakenly assumes apps are only created in project
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 , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In [17030]: