#17099: startapp command still mistakenly assumes apps are only created in
project
--------------------------------------------+--------------------
Reporter: ptone | Owner: nobody
Type: Bug | Status: new
Component: Core (Management commands) | Version: SVN
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------------+--------------------
changes made in r16964,
https://code.djangoproject.com/changeset/16964#file5
remove the requirement to create apps inside the project. But this line:
https://code.djangoproject.com/browser/django/tags/releases/1.3/django/core/management/commands/startapp.py#L25
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/17099>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.