To run the webpage you have to:
1.- Open de folder 2.- Inside the folder open a terminal. 3.- in the terminal, respectively: -cd wisproject -python manage.py makemigrations -python manage.py migrate -python manage.py runserver 4.- Finally, you can control+click on the link of the terminal and it will open de server in locahost with the page.
Note: Depending on the computer, the command 'python ...' should be changed in 'python3 ...'.