Live version is at: https://django-imdb-clone.herokuapp.com/
there are screenshots: https://github.com/pydatageek/imdb-clone/tree/master/screenshots/
Django (Python) + Jquery, Bootstrap
- Clone this repository (use
git clone https://github.com/pydatageek/imdb-clone.git)
- 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
Simple search functionality
First commit
- Reduce number of queries
- Registration and login
- Watchlist, favorites and rankings
- Comments
- Performance improvements on search
-
rest_framework is introduced to the application, needed base code is written, but not secure yet *
-
More unit tests are added continuously *
- 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