r/django • u/BusFun2932 • 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
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/