#5824: startapp command passes the wrong project name to copy_helper
-----------------------+----------------------------------------------------
Reporter:  gwilson     |       Owner:  nobody        
  Status:  new         |   Component:  Core framework
 Version:  SVN         |    Keywords:                
   Stage:  Unreviewed  |   Has_patch:  0             
-----------------------+----------------------------------------------------
 The directory passed to the `startapp` command's `handle_label` method is
 already the project directory.  There is no need to determine its parent
 directory.  Currently the method is passing the name of the parent
 directory to the `copy_helper` function instead of the project name, which
 is really the basename of the path passed as `directory`.  This really
 isn't affecting too much at the moment since there is no `{{ project_name
 }}` used in the `app_template` skeleton files, but it is a bug.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5824>
Django Code <http://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to