MarisiaS / SMM

0 stars 0 forks source link

Registering Athletes #21

Closed MarisiaS closed 8 months ago

MarisiaS commented 9 months ago

This issue is part of #20

Description

Create Model:

Develop a Django model named "Athletes" with the required fields:

Create Serializer and Viewset:

Develop a Django REST framework (DRF) serializer and viewset for the "Athletes" model, focusing on Read operations.

Fixture File:

Create a Django fixture file to populate the database.