Story #5859
Updated by bmbouter almost 5 years ago
h3. Background Users who want to apply migrations must configure Katello environments receive their environment django-admin renamed as pulp3-django-admin in their repackaging of django for pulp3. h3. Problem This creates an issue where the pulp docs indicate to specify <code>DJANGO_SETTINGS_MODULE=pulpcore.app.settings</code>. This is a hassle that affects all users. use "django-admin" even though katello users need to use "pulp3-django-admin". h3. Solution 1. Create Clarify in the docs for pulp users where they get their django-admin from. Also add a wrapper around django-admin 2. Have it set DJANGO_SETTINGS_MODULE=pulpcore.app.settings 3. Document it note that specifically calls out the binary name to use for katello users as "pulp3-django-admin".