Django 7 - Users login, logout and register
Building a Multiplayer Tic Tac Toe with Python, Docker, and AI
Hi everyone!
Django makes the user and session management easy. With every app, a user table is automatically generated, with a full management UI in the admin site, as we saw in previous parts of this series.
Now, we will integrate this users/session management in our game UI.
Articles in this series
Chapter 1: Let the journey start
Chapter 2: Create a cont…
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.