Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 690 Bytes

File metadata and controls

26 lines (20 loc) · 690 Bytes

Update Log


  • 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

Project Title


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.

How To Run It


First, you should be sure that you have installed the python environment. ``` $ cd website $ python entertainment_center.py ```

Supported Python version

Python 2.7.*