#7762: management prints full path to script when command error occurs
-----------------------------+----------------------------------------------
 Reporter:  miracle2k        |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  django-admin.py  |     Version:  SVN       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 {{{
 PS > django-admin startapp --invalid
 Usage: G:\Programme\Python\25\Scripts\django-admin.py startapp [options]
 [appname]
 }}}

 Fixed by using os.path.basename() in ''BaseCommand.run_from_argv''.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7762>
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