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

Опубликовано: 01 Июнь 2026
на канале: Anthony Brunson
1,261
21

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