WeightliftingNZ / lifter-api

Access athlete and competition results for weightlifting.
https://lifter.shivan.xyz
MIT License
1 stars 1 forks source link

Create Venue model #100

Open shivan-s opened 1 year ago

shivan-s commented 1 year ago

A Venue model is for the venue of the event.

class Venue(model.Model):
    name
    location
    city
    ...