Robert Williams
Robert Williams
``` from sportsipy.nflteams import Teams teams = Teams() fro team in teams: print(team.abbreviation, team.name) ``` This should give you a list of valid abbreviations.
Sorry for all the commits. I keep finding issues or small things that can make the code a little cleaner.
@GreatNovaDragon because the proposed change is taking place in the serializers file, the sql.lite database is already built, so no data is getting changed. I'm basically Ctrl F and replacing...
@Naramsim checks are passing now!
I'm not sure what you mean by this? The genders table includes the id, 1-3 with the names, female, male, genderless. Are you looking for something other than that?