Issue #5386
Updated by dkliban@redhat.com over 4 years ago
The install docs say to run:
pulp-manager makemigrations python
pulp-manager migrate python
but it should be:
export DJANGO_SETTINGS_MODULE=pulpcore.app.settings
pulpcore-manager makemigrations python
pulpcore-manager migrate python