Project

Profile

Help

Story #5859

Updated by ipanova@redhat.com about 4 years ago

### Background 

 

 Users who want to apply migrations must configure their environment to specify `DJANGO_SETTINGS_MODULE=pulpcore.app.settings`. This is a hassle that affects all users. 

 

 ### Solution 

 

 1\. Create a wrapper around django-admin called `pulp-manage`   
   
 2\. Have it set DJANGO_SETTINGS_MODULE=pulpcore.app.settings   
   
 3\. Document it 

 

 It should provide autocompletion. 
 

Back