@here we're about to start the deploy of Django 2.2 to production for edx-platform.

We're pausing the pipeline to reduce the number of changes that go out.
Please communicate in #warroom if you see any issues.
# Command to fake the auth_user.last_name migration.
source /edx/app/edxapp/edxapp_env
export DB_MIGRATION_USER=migrate001
read DB_MIGRATION_PASS
export DB_MIGRATION_PASS
sudo -HEu www-data /edx/bin/python.edxapp /edx/bin/manage.edxapp lms migrate --fake auth 0009
@schen @mhughes the Django 2.2 changes are on stage.  Please test.
# Command to fake the auth_user.last_name migration.
source /edx/app/edxapp/edxapp_env
export DB_MIGRATION_USER=migrate001
read DB_MIGRATION_PASS
export DB_MIGRATION_PASS
sudo -HEu www-data /edx/bin/python.edxapp /edx/bin/manage.edxapp lms migrate --fake auth 0009
# Command to fake the auth_user.last_name migration.
source /edx/app/edxapp/edxapp_env
export DB_MIGRATION_USER=migrate001
read DB_MIGRATION_PASS
export DB_MIGRATION_PASS
sudo -HEu www-data /edx/bin/python.edxapp /edx/bin/manage.edxapp lms migrate --fake auth 0009