Skip to content

connieGao0819/MovieHunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Django

This is a movie website, using Django as backend, SQlite as database. Features like search, user management, login via Facebook are implemented.

Database

To make it easy to deploy, SQLite is used as database. The database file is "movie.db" in the root directory. To add more data, please modify "add_top250.py" in the root directory.

Installation Instructions

  1. Install Python 3, make sure to set environment variable correctly. https://www.python.org/
  2. Install Django, https://docs.djangoproject.com/en/1.11/topics/install/#installing-official-release
  3. In the teminal, input command: python manage.py runserver 8080
  4. Open your web browser, input "localhost:8080"
  5. P.S. If you fail running "python manage.py runserver 8080", try some other port numbers, like 8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%