Django 5: Applications and sites
Building a Multiplayer Tic Tac Toe with Python, Docker, and AI, chapter 5
Hi everyone!
Once the stack is completed, with a database server, an application server, and a web server that serves static content and acts as a gateway to our application server, we can then build the Tic Tac Toe client itself. To do that, we'll first learn how the Django Framework organizes complex web applications with subapplications.
Let's get star…
Keep reading with a 7-day free trial
Subscribe to A Python journey to Full-Stack to keep reading this post and get 7 days of free access to the full post archives.