Тёмный

The 4 best ways to deploy a Django application 

London App Developer
Подписаться 20 тыс.
Просмотров 116 тыс.
50% 1

In this video I will explain what are the best ways to deploy a Django application.
00:00 - Introduction
00:21 - Installing directly on a server
01:27 - Use Docker-compose to run app directly on Linux server
03:00 - A managed Docker orchestration service
05:00 - Use a server less technology
If you're interested in learning more about how to deploy an app to a Docker orchestration service like AWS ECS, then check out our advanced course: DevOps Deployment Automation with Terraform, AWS and Docker
-Take it on Udemy: www.udemy.com/course/devops-d...
-Take it on Thinkific: londonappdeveloper.thinkific....
OTHER VIDEOS YOU MIGHT LIKE:
○ Prepare a Django app for Deployment using Docker - • Prepare a Django app f...
○ BUILD A BACKEND REST API with Python, Django REST Framework, Django, Vagrant & VirtualBox - • Build a BEGINNER backe...
○ BUILD A BACKEND REST API with Python, Django & Test Driven Development - • Build an ADVANCED back...
○ CREATING A DJANGO PROJECT with Docker - • CREATING A DJANGO PROJ...
○ Setting up PostgreSQL database with a Django Docker application - • Setting up PostgreSQL ...
○ Dockerizing a Django REST Framework Project - • Dockerizing a Django R...

Наука

Опубликовано:

 

21 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 92   
@prowez
@prowez 3 года назад
The amount of options available to do things on the internet can be overwhelming. This video is concise and very helpful. You have 1 more subscriber...
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thanks appreciate that :)
@jaecheokkim99
@jaecheokkim99 18 дней назад
Thank you for the explaination after 4 years :)
@hasanaydemir420
@hasanaydemir420 4 года назад
Thanks a lot. This video maybe saved my life :) Because select way of deploy is very difficult and stresful decision.
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Glad it helped!
@jesuscarlosacosta4407
@jesuscarlosacosta4407 4 года назад
Even though you're still a "small" channel, you have potential, I bought your advanced django course and it's one of the best courses I've ever bought
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
That's so kind, thank you! :)
@salaahamin6558
@salaahamin6558 2 года назад
Could you attach a link to the course. Sounds interesting.
@emonymph6911
@emonymph6911 2 года назад
With option 3. How does the tech stack look? Adding another video with diagrams/flows would be much appreciated. Like do have our backend [django] > still build our own postgreSQL DB with our own schema > containerize it with docker > connect it with (pick 1) [AWS ECS Fargate] or [kubernetes] > pick a cloud provided e.g google cloud (can I choose google cloud if I used AWS ECS in first step?) > pick #servers you want to run... Is this the correct flow or do we skip the postgreSQL step and maybe the final step if #servers to use is chosen automatically. I only trust you Mark with this question you're the devops god!
@mrmuranga
@mrmuranga 3 года назад
always enjoy Marks videos .....will definately be purchasing the deployment course in a few days
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thanks so much really appreciate that.
@letsgoooo361
@letsgoooo361 3 года назад
this was very helpful. I hate how I just could not understand the deployment landscape before this vidoe. you are awesome thak you very much
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Great to hear! Thanks for watching.
@parthkrishna3507
@parthkrishna3507 3 года назад
Now I understood what scale up and scale down means. Thank you ❤️
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Excellent! You're very welcome my friend.
@zbigniewsztobryn
@zbigniewsztobryn 3 года назад
helped a lot, thanks
@khmerkitnews2472
@khmerkitnews2472 3 года назад
Thank you very much for your helpful video.
@sebastianb2092
@sebastianb2092 3 года назад
Very good video thanks! :)
@SaadAhmed-pu8wp
@SaadAhmed-pu8wp 2 года назад
I have a small django based database application, need to deploy directly on server as this is the requirement of the client. Can you guide or share any video link on how i can do that? App is ready just deployment is remaining
@asisloustau8023
@asisloustau8023 4 года назад
Thanks, this is super helpful! Do you have any resources for Option 3? I would like to learn how to set up a managed Docker orchestration service!
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thank you, glad it was helpful. We have an in-depth course that teaches AWS ECS here: londonapp.dev/devops-aws-terraform. We are also planning on creating more free RU-vid content on the subject in the near future!
@a1994s
@a1994s Год назад
Hi, Please make a video on how to use Docker and kubernetes on the ubuntu located in Hypervisor inorder to deploy the Django Project onto the server.
@rayr268
@rayr268 3 года назад
Any good books of systems design out there as well?
@peacestar4427
@peacestar4427 3 года назад
How to change API endpoints while deploying to public when localhost is there in endpoints , eg : 120.x.x.x:8000/to-dos , how to change this when deploying ? Won't it affect the end point for get and post ? Pls help anyone ;
@khmerkitnews2472
@khmerkitnews2472 3 года назад
In the minute 5:55 you said the severless option is suitable for small app with not many users. So how many users? Is 1000 users a day good to go with this option? Thank you for your great presentation of this topic.
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thanks for the comment and apologies for the late response! I wouldn't say that serverless is only suitable for a small app with not many users. What I'm saying is that it's usually free (or very very low cost) for a small app with few users... Serverless is a great option for very large applications (I think Google run a lot of their projects on the Google App Engine serverless tech), however it can become costly depending on which services you're using. For example, on GAE you could run a static website that could easily handle 1,000 users per day for < $1 (or free), however if those 1,000 users each transferred 500gb of data through Google Cloud Datastore and 2tb through Google Cloud Storage, that would be much more expensive.
@pedroduque1407
@pedroduque1407 3 года назад
Really useful!!! Do you know if using Elastic Beanstalk is a different scenario? Or it is just the same as the second option?
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thank you! I believe Elastic Beanstalk is most similar to the serverless technology (comparable to Google App Engine).
@nikhilbhardwaj6055
@nikhilbhardwaj6055 4 года назад
Yes please make drf deployment video on AWS
@serious6037
@serious6037 2 года назад
Thank you, this was very helpful.
@LondonAppDeveloper
@LondonAppDeveloper 10 месяцев назад
Great to hear, thanks for watching!
@vishalparkar
@vishalparkar 3 года назад
Thanks !
@tradahmedyahia7756
@tradahmedyahia7756 2 года назад
so clear, thanks
@LondonAppDeveloper
@LondonAppDeveloper 10 месяцев назад
Thank you!
@enricosaccheggiani3192
@enricosaccheggiani3192 3 года назад
I believe that perhaps the third option is the best . Because with kubernetes you can choose between GCP or AWS and it's scalable .it' s not very easy to implement because we need to know and implement many knowledges
@mstardomfinance8389
@mstardomfinance8389 3 года назад
I use Flask, but your tutorial is still amazing.
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Excellent
@KevinTempelx
@KevinTempelx 3 года назад
Thank you!
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
You're welcome!
@sort_to_see_hidden_comments
@sort_to_see_hidden_comments 2 года назад
I need to deploy a django webapp, that contain LFS(audio, videos files, etc) What do you recommend me to do? ( is not an option, I want these files to be stored in my own website)
@sort_to_see_hidden_comments
@sort_to_see_hidden_comments 2 года назад
you forget to mention one important con of google server, and that freedom of speech.
@IllevensKO
@IllevensKO 4 года назад
Thanks a lot for this video, looks like a good overview. Buut.. If I'm a beginner developer who wants to have freedom to play with a few live web projects, as well as work for small clients, isn't VPS my best bet ? I'm deploying my first real world project and the client already has a VPS and I'd like to avoid repeating this agony.. So if getting my own VPS is a good idea, how would I automate the deployment process to be able to cookie-cut projects ? No need for full answer, I'd appreciate keyworks/links to look up.
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Hey good question. If you deploy the VPS to EC2 you could use Terraform with a user data script (basically a shell script). Otherwise, you could look at using Ansible.
@IllevensKO
@IllevensKO 4 года назад
@@LondonAppDeveloper why not just simple orchestration like dokku? pros and cons? may be a good topic for another video as well
@LaureanoPiotti9
@LaureanoPiotti9 4 года назад
Awesome content
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Thank you Laureano.
@muhmdhsn313
@muhmdhsn313 3 года назад
How can I deploying asgi & run https also with nginx & ssl from certbot.
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Not sure off the top of my head.
@brookewinterford
@brookewinterford 4 года назад
Great job babe.
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Thank you.
@KrishnaManohar8021
@KrishnaManohar8021 4 года назад
Can u make session tokens u, refresh tokens, JwT, OAuth, etc.. related to security consepts in Django.
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Thanks a lot for the feedback, I'll plan to make a video on that in the future!
@KrishnaManohar8021
@KrishnaManohar8021 4 года назад
@@LondonAppDeveloper okay I am waiting for security series. Better to start telegram/whatsapp group.
@hansalexander1051
@hansalexander1051 3 года назад
Is Heroku included in point number 3?
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Perhaps... I've not used it much myself, but it seems like a mix of option 3 (docker orchestration) and 4 (serverless). Really, it's probably closer to 4.
@troystone3544
@troystone3544 3 года назад
Great info. How about Pythonanywhere
@ninjagotguns
@ninjagotguns 4 года назад
What would category python anywhere fall under?
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Good point. I haven't used it much but I would probably place that in serverless... Happy to be corrected if someone has used it a lot!
@diego.coder26
@diego.coder26 4 года назад
Django ci/cd gitlab please
@TheMrGreenMoney
@TheMrGreenMoney 3 года назад
Any tutorial making option 2?
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Not yet but I'll keep it in mind for future content!
@tobbe8287
@tobbe8287 4 года назад
What about using ansible?
@LondonAppDeveloper
@LondonAppDeveloper 4 года назад
Yeah good point. Ansible would be useful for option 1. It would be better than option 1 without ansible, but still various limitations with it such as single point of failure etc... Of course, it is possible to use Ansible to setup multiple servers with redundancy etc...
@heroe1486
@heroe1486 2 года назад
@@LondonAppDeveloper Option 1 is the less limiting option, you can absolutely replicate most features you have with kubernetees and those which are generally considered standards today on a "bare" Linux server but you have to really know what you're doing and it may be tedious, we weren't at stone age of deployment few years ago. Quite weird you didn't note any pro for it.
@Praxss
@Praxss 3 года назад
Deployment on heroku will come in which part/way from this 4?
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
That's serverless.
@tluanga-ruatpuii-pa
@tluanga-ruatpuii-pa 3 года назад
please make a video in serverless django
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
That's going to be our next video! Should be out in a couple of weeks.
@tluanga-ruatpuii-pa
@tluanga-ruatpuii-pa 3 года назад
@@LondonAppDeveloper I am eagerly waiting for that.. esp google serverless deployment
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
@@tluanga-ruatpuii-pa We have this one available already: londonappdeveloper.com/2021/05/03/deploying-django-to-google-app-engine-using-docker/
@mayabhaiya6407
@mayabhaiya6407 3 года назад
Hello my brother my name is Maya and I am from India. I want to get an application tied Mobile Android App!
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Cool!
@TheWheelchairGuy
@TheWheelchairGuy 3 года назад
Good video, but this is not what I was looking for :D
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thank you. what were you looking for?
@TheWheelchairGuy
@TheWheelchairGuy 3 года назад
@@LondonAppDeveloper I was looking for how to install django on the web server
@lhard123l
@lhard123l 4 месяца назад
Bro looks like expert in Metaprogramming XDDD
@mayabhaiya6407
@mayabhaiya6407 3 года назад
I do not understand English. I know Hindi language. But I ran my mind and I am talking to you through Google Translate.
@nishantgupta1854
@nishantgupta1854 3 года назад
is this real
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Yup =)
@jacobs388
@jacobs388 3 года назад
fishy
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
What's fishy?
@EthanVandal
@EthanVandal 3 года назад
Option #1 with imaging is the superior option. Once your image is created you can scale up and down infinitely. You have a very limited scope of knowledge. Like the width of a toothpick. Both option #3 & #4 are trash options. Option #2 could work well if you have AI managed services. You need to open your mind about 359º, kid.
@LondonAppDeveloper
@LondonAppDeveloper 3 года назад
Thanks a lot for watching our video and taking the time to give feedback. I've been programming for 20+ years and working in the industry for about 10, and I haven't seen that approach used recently. If I understand correctly, the approach you're talking about involves creating an image of an entire operating system with all the dependencies/code installed, and using it to create as many virtual machines you need to support your load? In my opinion, the issues with this approach are: 1) Very large images which need to be stored and transferred as needed (you need to image an entire OS...) 2) I expect it takes a lot longer to spin up an image compared with running a Docker container 3) You need to re-build these images every time you need to upgrade packages or the OS, which takes a long time Of course there may be examples when this type of process is needed, but I really can't see how this is the "superior" option compared to deploying lightweight docker images using some form of orchestration system?
Далее
Prepare a Django app for Deployment using Docker
39:10
Кто быстрее? (GTARP)
19:19
Просмотров 453 тыс.
We will see who will do it better 😂
00:14
Просмотров 2,9 млн
API vs. SDK: What's the difference?
9:21
Просмотров 1,4 млн
100+ Docker Concepts you Need to Know
8:28
Просмотров 868 тыс.
Dockerize a Django application I Re-optimized
21:11
Просмотров 11 тыс.
What Django Deployment is Really About by James Walters
25:44
Django | Server Setup (WSGI, Gunicorn, Nginx)
9:37
Просмотров 139 тыс.
Building a Django Docker Container
34:11
Просмотров 22 тыс.
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Просмотров 1,1 млн
iPhone 15 Pro в реальной жизни
24:07
Просмотров 408 тыс.