Skip to content

django movie rating app - for rating films, calculating the average rating and a dynamic visual rating scale in percentages

Notifications You must be signed in to change notification settings

Falco13/movie_rating

Repository files navigation

movie_rating

django movie rating app

The movie model is simplified and does not contain a poster, genre, actor or director. The purpose of the application is to show the functionality of the rating and calculation of ratings.

  • The Home page displays the list of films, the rating of the film and the number of voters...
  • Homepage has pagination.
  • Implemented the ability to register and authenticate users. When user login the site, the user can choose to enter a username or his email address.
  • Each user has his own Profile, where he can see all his data, change his password, and also delete his account.
  • In the Profile, you can also see the user's age if he indicated the date of birth in his Profile.

Used tools:
✔️ Python
✔️ Django [web framework]
✔️ HTML+CSS+Bootstrap
✔️ Celery + Redis
✔️ Docker + Docker-compose
✔️ SQLite database

About

django movie rating app - for rating films, calculating the average rating and a dynamic visual rating scale in percentages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published