Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 455 Bytes

WIS-Project

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 ...'.