Creating an RPG API in Python Django (Part 6) - Field Validation
In our last post, we integrated our stat and equipment system into our character class and serializers, allowing us to assign and remove equipment pieces from our characters. However, it is current...