A comprehensive archive containing the platform's source code, complete with detailed installation instructions and a guide on how to execute the program.Download.
· Python 3.6+
· Django 3.8+
1. Clone the repository
git clone https://github.com/zijian-yu/OGRP.git
cd yourprojectname
2. Create a virtual environment
python3 -m venv venv
· On Windows:
venv\Scripts\activate
source venv/bin/activate
3. Install dependencies
pip install -r requirements.txt
4. Run database migrations
python manage.py migrate
python manage.py runserver
You can now access the project at `http://127.0.0.1:8000/`.