djbrown / hbscorez

HbScorez is a web application, which processes handball game reports of diverse handball associations, districts, and leagues. It analyzes the player scores and displays the statistics and rankings.
https://hbscorez.de
MIT License
19 stars 3 forks source link

Feature: Team Logos #48

Open djbrown opened 4 years ago

djbrown commented 4 years ago

As a Club or Team Associate I want to specify a Club or Team Logo by uploading the Image File.

src/teams/models.py

logo = models.ImageField(upload_to=os.path.join(settings.MEDIA_ROOT, 'club-logos'))