- Sebastian Rosas Maciel
- Borja Matinez Ramirez
- Oracle:
- Prototype_testing:
- Install pipenv, you can do so by running the following line in a bash terminal
pip install pipenv
You should start pipenv shell in order for the project's dependencies to load, you can do so by running the following command in your terminal:
pipenv shell
This will start the virtual environment, now, navigate into the Oracle folder containning the manage.py file, if you are in the main folder (Oracle_ScoutingApp) run the following:
- To change directory
cd Oracle
- To check if you are in the correct Oracle folder, you should see manage.py listed:
ls
- Now, to start the server run:
python3 manage.py runserver