ecommerce: Django 3.2 upgrade deployment plan

Prerequisites for upgrade deployment

Deployment

  • Merge the upgrade PR (https://github.com/edx/ecommerce/pull/3576 )

  • Fake auth migration on stage.

  • Perform some smoke testing on stage instance to look for issues (if any).

  • If there is no error on stage then we should go for prod deployment.

  • Similarly fake the auth migration on prod too.