Live version is at: https://django-imdb-clone.herokuapp.com/
there are screenshots.
Django, Jquery, Bootstrap
- Clone this repository (use
git clone ...)
- start an environment with requirements e.g. pipenv install -r /requirements.txt
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py loaddata data.json
- python manage.py collectstatic
P.S: you may follow the process as the ordering defined or there may be problems with user related data
- Reduce number of queries
- Registration and login
- Search functionality
- Watchlist, favorites and rankings
- Comments
- rest_framework is introduced to the application, needed base code is written *
*** More unit tests ***
- 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