Indicates the musical hit of all time by voting.
A project written in a group as a summary of the Advanced Django module of the Back-end developer course. The purpose of the application is to select a musical hit of all time by voting. The application has an administration panel that allows you to manage bands, albums and songs.
- Python 3.6
- Django 3.0.7
- Bootstrap v4.5.0
- PostgreSQL
- django-crispy-forms 1.9.1
- psycopg2-binary 2.8.5
- Voting for a selected piece of music.
- Voting and filling in the form to participate in the competition.
- Add, edit, delete teams, albums and songs.
- Protection against multiple voting from the same address.
- The vote count is done by calling the command from the console.
Project is: finished