Project

Profile

Help

Story #5859

Updated by bmbouter over 4 years ago

h3. Background 

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

 h3. Solution 

 1. Create a wrapper around django-admin called <code>pulp-manage</code> 
 2. Have it set DJANGO_SETTINGS_MODULE=pulpcore.app.settings 
 3. Document it 

 It should provide autocompletion. 

Back