- Add two new classes called Video and Music, Video is parent of class Movie and class Music.
- If you open the page, you will see the difference with the previous
I wrote server-side code to store a list of my love movies or TV shows, including box art imagery and a video trailer URL. THen use the server-side code to generate a static web HTML page , users can browse the video's information at the webpage.
First, you should be sure that you have installed the python environment. ``` $ cd website $ python entertainment_center.py ```
Python 2.7.*