Deploy Django app to Railway

preview_player
Показать описание

0:00 Demo and Overview
4:05 Postgres database
7:28 Web application
13:20 Testing

Follow me on:

Support me on:
Thank you.

#django #railway #deployment #webdeveloper #webdevelopment #webapp #webdesigner #tutorial #python #pythonprogramming #entrepreneur #selftaughtdeveloper #stayathomedad
Рекомендации по теме
Комментарии
Автор

👉If you are using Django 5.0 the runtime.txt file (which discloses the python version) is actually required, as Railway's default Python version is still 3.8 🤨, but Django 5.0 only runs on 3.10 or higher!

ajudmeister
Автор

I want to say a big thank you. Thanks to your videos, I got a job offer. Please keep making new course and django with new stacks. Your videos and content is very useful

VitaliiPodhornyi
Автор

Absolutely the best. All the others only do half the story and you do it all. Thank You

Good-and-Geeky
Автор

Thanks for a much detailed guide on deploying django on Railway...I looked around for how to configure and deploy the database...all I got are quick default deployments~! Thanks again

codesnnippets
Автор

Exzellent stuff Bro, always a pleasure to watch you

iuktxnw
Автор

This is good. When will you be doing a video that delves more into the backend stuff, like building APIs and the docker and kubernetes guys?😅

qsjdcgr
Автор

i learned how to work with django template by watching your awesome project, allauth package integration also great, your django deployment playlist also very helpful thanks, please do celery and rabbitmq with django

vefugdt
Автор

It was driving me nut trying to get a simple test site up and running. The changes were not propagating to the site. Looked like the CSS wasn't being picked up. Thought it was something to do with Whitenoise or not getting the collect static done right. I spent a couple of days struggling. This morning I did some more tests and found my problem was the cache of the browser not letting the new stuff show.
Locally everything was great.
It is all quite complicated to deploy a Django project. I had a problem with the something not working because I am running the latest version of Django. Had to cut that out.
Starting to think I'm winning and can get my proper project online after all the tests with the simple site.
Things seem better on Railway than on Render for me. I like the interface and set up.

Good-and-Geeky
Автор

Hi thanks for the video, I already deployed and can access my page from computers, tablets even my tv but not from iphone, it says 'Safari cannot find the page', do you know what could be the problem?

fernandoalvarez
Автор

Hi Andreas, the site I am building, users can add more than one photo handled by javascript. If I deplloy to AWS, would I still be able to follow your deployment series? further, I am really learning much from you. I actually finished your 2 series. I have added the profile edit and email notification htmx to my site.

FamilyTravelogue
Автор

Perhaps I missed something but how you managed static files, are they automatically managed by railway ?

amine
Автор

my django web app dont have any database, im using in built django admin only, will it be okay to do deployment? please tell

coolgirlsharu
Автор

Hello, I have deployed a django website to railway but I haven't been able to serve my media files. The static files are working fine but the media files aren't

Please can you help

joshuaas