Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 596 Bytes

File metadata and controls

25 lines (14 loc) · 596 Bytes

""" Author: Anish Reddy Ravula Email: anishreddyravula@gmail.com """

Django project to implement moviebluff project.

  • Install python 3.5 with virtualenvironment

  • install the requirements as >>>pip install -r requirements.txt

  • Requires MySQL database

  • Configure moviebluff/settings.py so as to use your database

  • change database address, database(name), user, password.

  • Make sure to execute >>>python manage.py migrate

  • command to migrate to your database

  • Run the server by >>>python manage.py runserver <<your_ip>>:8000

  • In browser open the app "<<your_ip>>:8000/movies"