Skip to content

connieGao0819/Movie-Django

 
 

Repository files navigation

Movie-Django

##Instructions

  1. Install Python 3, make sure set environment variable correctly. https://www.python.org/
  2. Install Django, https://docs.djangoproject.com/en/1.11/topics/install/#installing-official-release
  3. Input command: python manage.py runserver 8080
  4. Open your web browser, input:127.0.0.1:8080
  5. P.S. If you cannot run "python manage.py runserver 8080", try some other port numbers, like 8000. For example, in Step 3 the command could be "python manage.py runserver 8000", then in Step 4, input "input:127.0.0.1:8000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • Python 29.4%
  • HTML 26.2%
  • CSS 3.2%