I have built a Django application locally and it works great. Now I want to deploy it to production but I am not sure about the best approach.
Should I use Docker? What about database migrations in production? Any recommendations for hosting providers that work well with Django?
Thanks in advance for your help!