79329418

Date: 2025-01-04 18:55:47
Score: 1
Natty:
Report link

You would need a cloud based service to serve your media files in production use. I do not know if vercel provides such services but I can suggest using Cloudinary which I've used on Heroku a couple of times.

You would have to integrate Cloudinary into your Django project.

You can see an example of it in this tutorial.

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: dev_light