Skip to content

pydatageek/imdb-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Clone

A movie and celebrity info website.

there are screenshots.

Used technology:

Django, Jquery, Bootstrap

Please follow the process below to install

  1. Clone this repository (use git clone ...)

setting up a development environment

  1. start an environment with requirements e.g. pipenv install -r /requirements.txt

migrating the already defined models and creating the super user

  1. python manage.py migrate

super user should be created before the dummy data be loaded!

  1. python manage.py createsuperuser

loading dummy data

  1. python manage.py loaddata data.json

collectstatic -> required/needed for ckeditor (wysiwyg editor)

  1. python manage.py collectstatic

P.S: you may follow the process as the ordering defined or there may be problems with user related data

TODOs:

  1. Reduce number of queries
  2. Registration and login
  3. Search functionality
  4. Watchlist, favorites and rankings
  5. Comments
  • rest_framework is introduced to the application, needed base code is written *

*** More unit tests ***

Other Notes:

  1. You may want to remove Google Analytics code. Remove this line from templates/html/lte/base.html: {% include 'html/lte/_partials/_91_ga.html' %} And delete the included html file: _91_ga.html

About

Django IMDB Clone is a movie and celebrity info website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published