You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Neste projeto, estou refatorando um projeto legado que usava APIView e sqlite3, sem documentação e com bugs. Depurando o código, adicionando o banco de dados PostgreSQL e implementando model serializers e generic views.