Project

Profile

Help

Issue #4648

Updated by dkliban@redhat.com about 5 years ago

Django Admin commands are broken up into sections based on their app label. Commands from 'drf_yasg' are under a section header called 'drf_yasg'. I would expect pulp commands to be under a 'pulp' or 'pulpcore' label.  

 <pre> 
 django-admin help 

 [app] 
     reset-admin-password 
     stage-profile-summary 
 ..... 
 </pre>

Back