Django Rest API Tutorial - Deploying To Production On Your Own Platform

preview_player
Показать описание
The Django Rest API Tutorial is a good way to start learning how Django and APIs work within Python. Since most tutorials show you how to run python web apps on localhost, and leave out the most important part, this video shows how to build a server so you can serve your API publicly.

0:00 Introduction
4:50 Firewall Setup
6:00 HTTPD Setup
14:30 VHost Setup
35:30 SELinux Basics
43:15 Python setup
45:00 Python Download/Install
49:00 Django Rest API Tutorial - venv install
50:30 Django Rest API Tutorial - Solving the SQLite3 Version Issue
56:30 Django Rest API Tutorial - Continued
01:04:15 Django Rest API Tutorial - Test locally
01:06:00 Django Rest API Tutorial - Push to Production
01:25:00 Conclusion
Рекомендации по теме
Комментарии
Автор

Thank you for this video that helps a lot to understand the way to configure apache for django.

MrCharpa
Автор

Great tutorial and depth of information. I got one question though, does it sending requests from an angular project which is hosted on a domain to the servesode of the restapi on the apache?

stanislawdisloyalteam