Project about listing services, filtering, using a recommendation system. *for developers
1-Delete the venv folder
2-In the cmd if you are using windows, go to the project folder and type python -m venv venv (the last venv is the name of the virtual environment).
3-You run the environment to start it using in windows and in the cmd venv\Scripts\activate.
4-As there is already a requirements file, we only have to put pip install -r requirements.txt command with the environment activated.
5-Done, now just fix the app by using python manage.py runserver
Link Pagina https://prueba-servicios.azurewebsites.net/
Repositorio de pruebas: https://github.com/Antonio180233/Services-project