brendon21c / lmn

0 stars 1 forks source link

Deal with more than one artist playing a show #12

Open brendon21c opened 7 years ago

brendon21c commented 7 years ago

Change the models to deal with more than one artist, for example a main act and two support acts.

brendon21c commented 7 years ago

The ticketmaster.py program will add any act that is playing the same show. I.E. boyz II men is playing with paula abdul on the same bill. the program adds both of these acts as separate artists with the same show information.

brendon21c commented 7 years ago

I have written code that runs checks and through ticketmaster's api when you search for a band if they are playing with others they too will be added. Also the name of the overall tour(if any) will be added, I can't get rid of that. No tests have been written, so I won't close the issue