Operating the Web Project To operate this web project, follow these steps:
Customize the pyvenv.cfg File:
Update the pyvenv.cfg file with your Python version and the path to your Python installation. You can find this information using the following commands:
- where python
- python --version
Activate the Virtual Environment and Run the Project:
Open your terminal or command prompt and execute the following commands:
- Scripts\activate.bat
- cd GPproject
- python manage.py runserver
This will activate your virtual environment, navigate to the project directory, and start the development server.
then you will take the URL which he will send to you and put it in any browser
The project should now be running. Enjoy!