Pre live checklist - GeekZoneHQ/web GitHub Wiki

All these things must be done before we can go live

Before we go live we should ensure we are doing everything we can to keep this application secure and performant. Django has provided a nice checklist that we should follow which can be found at https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/.

We should also ensure we follow the Stripe integration checklist before taking payments from real Geek.Zone members. The Stripe checklist can be found at https://stripe.com/docs/payments/checkout/live.

And finally we should ensure all requests and assets are served over HTTPS, and that certificate renewal is automated, or documented and delegated to a trusted individual.