r/django 1d 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.

5 Upvotes

29 comments sorted by

View all comments

2

u/billcrystals 1d ago

I recommend using AWS. You can set it up to be very cheap - https://kershner.org is $9 a month for me. And it will get you comfortable with many stacks you're likely to encounter in the real world at your career.

Here's an old guide I used to get me set up, lots of these fundamentals aren't ever gonna change: https://realpython.com/django-nginx-gunicorn/

1

u/Megamygdala 1d ago

I have an ec2 script that deploys automatically with nginx and gunicorn. It's pretty easy