Hello! I'm new here and have more knowledge of the Python backend, so forgive me if I ask something stupid.
- Is there a Portuguese community? (Brazil)
- I managed to integrate the login with my backend application, but I'm having a lot of difficulty understanding how I could also save the player's state in my Django application...
I thought about creating a websocket connection that would send the player information to my backend but I couldn't make it work.
Would I need to change the structure of the entire project to achieve this integration?