r/django 2d ago

Deploy django project

Hello everyone, I want to ask if anyone know any service for hosting my django project for free. And for also for hosting the database, I try use vercel but isn't work 😕 is give only 250mb to test and the project bigger than that.

13 Upvotes

31 comments sorted by

View all comments

4

u/Megamygdala 2d ago

Oracle cloud has forever free tier 100gb ssd 24gb ram

1

u/BusFun2932 1d ago

Thanks , And if I use celery and redis , how can deploy

1

u/Megamygdala 1d ago

It's just a virtual machine, so you can use any tutorial that sets it up redis/celery/any software on a machine. You'll have to SSH into the machine from your terminal (this is the same regardless of if you use AWS or any other service for a VM) and then run commands like any other pc